ninajansen.dk

ninajansen.dk header image 1

Entries Tagged as 'REST'

In place editing in rails

maj 13th, 2008 · Comments

So basically, the official plugin is old and cant really deal with restful routing. For some reason, when I used the url_for method in my views, the in place editor javascript function couldn’t interpret the (restful) route properly and sent a post request to ‘/controller/1/edit’ to an action named “1″ with an id set to [...]

[Read more →]

Tags: REST · Ruby on Rails · tips