Douglas J Meyer
Douglas J Meyer
Ryan- Thanks for going over this change; it's nice to hear that this is something you were meaning to get to. I did think about the model namespacing, especially when...
In the latest intermediate commit (https://github.com/DouglasMeyer/nifty-generators/commit/eb12c149f2d), I'm seeing a weird issue. It looks like, in the Admin::UserController, the User model isn't getting loaded. Running the features should show this. So...
Hey Ryan- it's working!! https://github.com/DouglasMeyer/nifty-generators/commit/7dabe270bd After creating a new project, adding nifty generator to the Gemfile, and committing it in git; this command is a good test: git checkout ....
Your welcome. Glad I was able to help.
Hey Tom & Ryan- Sorry, oversight my me. I assume nifty-generators still supports rails 2 to some extent, so I'll see if I can get that working as well. Let...
Hey Tom- I got a fix so nifty_scaffold with a nested resource works in Rails 2. Ryan- Doing this because "Rails 2" is mentioned at the beginning of the Readme...
Hey Matija- Thanks for catching that issue with generating rspec tests. I've updated my fork, and we'll see if Ryan has any more time to update github (it looks like...
@ryanb Oddly enough, I didn't have many issues running `rvm use ruby-1.8.7-p334@rails2 ; ruby -I . test/test_nifty_scaffold_generator.rb`. I was talking about the tests that get run through `bundle exec rake`....