rivsc / Beautiful-Scaffold

Rails generator for a complete and beautiful scaffold.
http://beautiful-scaffold.rivsc.ovh/
MIT License
74 stars 22 forks source link

Minor bugs #1

Closed ghost closed 11 years ago

ghost commented 12 years ago

Hey, i just wanted to report some minor bugs since i love this gem. Thanks!

How can i configure this? Or is this just a bug?

rivsc commented 12 years ago

Hi,

1) Effectively, Back button redirect to Family#index (families_path rather than :back), Browser's back button go back to Product#index. Same behavior as true scaffold, but you're right : it's not logical.

2) "rails g(enerate) beautiful_locale en" :-)

Thank you for your report.

ghost commented 12 years ago

Al tough this seems only to happen in FireFox (16.0.1). In Chrome PJAX is causing draw issues (the screen is not updated, but the dom is).

Solved the redirect bug in FF by adding the class "nopjax".

rivsc commented 11 years ago

I don't use pjax but turbolinks in new version.