Ryan Bates

Results 129 comments of Ryan Bates

This looks really great, thank you! We should probably make this dynamic so it only happens when one is using Rails 3.1 that way it doesn't break Rails 3.0. What...

That should work, you can just check if it starts with "3.0". There may be better ways, haven't looked.

Any suggestions on how to fix this in the gem?

See if this is fixed now in the latest commit.

@nickslime06, that's strange, it looks like a syntax error in the internal Rails route_set.rb file. I also don't see mention of nifty generators in the stack trace. Do other built-in...

@plehoux, that is interesting. I wonder if there is any way I can resolve this. It seems like more of an issue with Thor, but if anyone has suggestions on...

@mikbe, once you generate the nifty:layout once then it shouldn't be re-generated again, that's why it isn't included in the authentication/scaffold generators. However I'm open to ideas on how to...

That's strange. I'm unable to duplicate this issue, and the `--haml` option shouldn't effect the migration at all. What is the exact command you used when generating the scaffold? Perhaps...

The problem isn't in the SessionsController, so changing that won't help. The web app shouldn't be sending a GET request to the `/sessions/` route at all. Is this getting triggered...

Datamapper isn't supported, sorry. I'll mark this as a possibility in the future, if someone wants to implement this please let me know.