0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Jul 17, 2024 — Jul 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Instead of updating the README as well, I just added the link to the updated blog post. More... over 15 years ago
Added finally the encode option and made example compatible with the latest Ext JS 3.2.0. - Added encode: false option to JsonWriter. - Removed the JSON decode stuff from the controller. - Changed the Reader root from "data" to "users" to make the example a little more easier to understand. - Made it compatible with new RowEditor namespace. More... over 15 years ago
Removed more unnecessary files. More... over 15 years ago
Removing unnecessary files to keep the example clean. More... over 15 years ago
Moved restful files to the root level of the public folder. Still unchanged. Will make compatibility changes in a separate commit. More... over 15 years ago
Replaced the default README with my blog post. More... about 16 years ago
Removed php info from example page. More... about 16 years ago
Added db/schema.rb to .gitignore. More... about 16 years ago
Added seed data. I know it's not nice to do it via the migrations, but it's just an example here. Normally you want to use a seed plugin or wait for Rails 3 built-in seed support. :-) More... about 16 years ago
Disabled the include_root_in_json option. More... about 16 years ago
Disabled protect_from_forgery, since it gives me a ActionController::InvalidAuthenticityToken exception and I don't want to investigate the reason now. More... about 16 years ago
Matched users controller behaviour to the official php example's controller behaviour. More... about 16 years ago
Fixed javascript link to RowEditor.js file. (Bug in the official example.) More... about 16 years ago
Created user model, added it to routes, and created scaffold for its controller. All with one command: script/generate scaffold user email:string first:string last:string. More... about 16 years ago
Removed php files. More... about 16 years ago
Changed Proxy url to use Rails built-in routes. More... about 16 years ago
Copied restful example to restful-with-rails. More... about 16 years ago
Added Ext JS 3.0 RC2 More... about 16 years ago
Set .gitignore and add an empty file to log, tmp and vendor since git doesn't add empty folders. touch tmp/.gitignore log/.gitignore vendor/.gitignore More... about 16 years ago
Created new rails app with "rails ." More... about 16 years ago