Ryan Bates

Results 129 comments of Ryan Bates

If I'm understanding you correctly, Rails 3 already has this functionality. You can place your own templates in the lib/generators directory in your Rails app. For example if you want...

Hmm, I'm not sure why it isn't working. I'll need to do more research to try to determine the problem.

Hmm, if you tried running it in the console and you still get an error then the error probably isn't specific to Nifty Generators. Do you know if you are...

Try running `rails g nifty:layout` which generates `error_messages_helper.rb` which provides these methods in Rails 3. I'll add this to the documentation.

That's strange, I'm not sure. Are they using the same exact version of Rails in both development and production? And you're certain the production version has the `error_messages_helper` file?

I think this is a bug in Safari/WebKit and I haven't seen a fix for it. If you find one please let me know.

I hope to add support for Rails 3's generator modularity in the near future. However I'm still unsure of the best way to do it. If anyone has ideas that...

@blackbumer I followed those commands (adding `rails g private_pub:install`) but am unable to reproduce the problem. What version of Rails are you using? Maybe toss that dummy app which is...

Thanks for reporting this issue. I agree it would be great if HTTPS were supported. The protocol should probably be stripped out and use whichever one the browser is using...

@BinaryMuse that looks good, test it out and submit a pull request if it's working for you. Thanks!