vhochstein / active_scaffold

Rails 4 Version of activescaffold supporting jquery
MIT License
156 stars 34 forks source link

edit disappeared between 3.0.19 and 3.0.21 or what did I not update for? #185

Closed eriko closed 12 years ago

eriko commented 12 years ago

So the app I am working on was using 3.0.19 till last week when I updated to 3.0.21 (bad me for not updating) something weird happend all edit links for AS controllers fail with: AbstractController::ActionNotFound (The action 'edit' could not be found for OfferingsController): no matter the controller.

So my question is do you think there was a change in Active Scaffold that I have not updated for in my code that would do this? I looked through the change logs and can not find anything that make me think this.

< s.version = "3.0.19"

s.version = "3.0.21" 12c12

< s.date = %q{2011-04-18}

s.date = %q{2011-09-23}

eriko commented 12 years ago

Ok this something I did as I rolled back to 3.0.19 and rails 3.0.9 and still have the issue.

eriko commented 12 years ago

it was an issue with the looksee gem.

vhochstein commented 12 years ago

Great, I love bugs which are solved without any effort on my side. ;-)

eriko commented 12 years ago

Hopefully if anyone else runs in to this they will see the ticket.