James McCarthy

Results 34 comments of James McCarthy

Aside from the railtie and some use of rails root in default initialisation it's not dependent on rails. The tests show how to override the default path so you should...

There are a couple of places this is dependent on Rails.root, I've tiptoed towards removing them in master, but would happily take pull requests to finish the job.

Hey @ivanovaleksey master has some changes to make this easier. The main thing is get all references to Rails.root out of the code and just let the railtie.rb set the...

I wasn't really thinking about the rails generator as such, and the todo pre-dates generators moving into the rails command, I was just thinking of a simple rake task to...

@wiggly @ivanovaleksey sorry I've been busy moving. I'm back on things this week. I'll finally get to look at the pull requests.

@wiggly you should be able to use in your grape app now thanks to @ivanovaleksey, I don't have any non rails apps to test with, and we haven't got a...

@wiggly @ivanovaleksey I've rolled this up into a 0.5.0.pre version.

That's an interesting point. I was thinking about pulling all the rails specific stuff out into its own module and letting that setup it's own prerequisites. I like the idea...

@wiggly thanks, I'll give it a poke over the weekend

Good point. I think I will look into this more. Note to self (or anybody that wants to have a go :) ActiveRecord::Tasks::DatabaseTasks defines a seed_loader; ``` ruby def seed_loader...