openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
E
extjswithrails.restful.sample
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 17 hours
ago. based on code collected
about 17 hours
ago.
Jul 17, 2024 — Jul 17, 2025
Showing page 1 of 1
Search / Filter on:
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.
Steffen Hiller
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.
Steffen Hiller
More...
over 15 years ago
Removed more unnecessary files.
Steffen Hiller
More...
over 15 years ago
Removing unnecessary files to keep the example clean.
Steffen Hiller
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.
Steffen Hiller
More...
over 15 years ago
Replaced the default README with my blog post.
Steffen Hiller
More...
about 16 years ago
Removed php info from example page.
Steffen Hiller
More...
about 16 years ago
Added db/schema.rb to .gitignore.
Steffen Hiller
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. :-)
Steffen Hiller
More...
about 16 years ago
Disabled the include_root_in_json option.
Steffen Hiller
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.
Steffen Hiller
More...
about 16 years ago
Matched users controller behaviour to the official php example's controller behaviour.
Steffen Hiller
More...
about 16 years ago
Fixed javascript link to RowEditor.js file. (Bug in the official example.)
Steffen Hiller
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.
Steffen Hiller
More...
about 16 years ago
Removed php files.
Steffen Hiller
More...
about 16 years ago
Changed Proxy url to use Rails built-in routes.
Steffen Hiller
More...
about 16 years ago
Copied restful example to restful-with-rails.
Steffen Hiller
More...
about 16 years ago
Added Ext JS 3.0 RC2
Steffen Hiller
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
Steffen Hiller
More...
about 16 years ago
Created new rails app with "rails ."
Steffen Hiller
More...
about 16 years ago
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree