Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support for observers in jquery driver, and minor bug fixes | Stephen St. Martin | 2010-01-27 | 1 | -17/+52 |
| | |||||
* | initial prototype of prototype js driver | Erik St. Martin | 2010-01-27 | 1 | -17/+62 |
| | |||||
* | refactored to be more dry, data-update-failure now correctly works, combine ↵ | Stephen St. Martin | 2010-01-27 | 2 | -102/+145 |
| | | | | compat and driver, namespaced events, and support for periodically_call_remote | ||||
* | start of prototype driver, missing observe_form, observe_field, and ↵ | Erik St. Martin | 2010-01-27 | 1 | -0/+279 |
| | | | | periodically_call_remote | ||||
* | support for submit_to_remote in jquery driver | Stephen St. Martin | 2010-01-27 | 1 | -3/+3 |
| | |||||
* | upgrade jquery to 1.4.1 and default request method to GET as its default on ↵ | Stephen St. Martin | 2010-01-27 | 3 | -152/+153 |
| | | | | forms and links | ||||
* | refractor handler code for remote_form_tag to also handle link_to_remote, ↵ | Stephen St. Martin | 2010-01-27 | 2 | -24/+53 |
| | | | | fix a bug preventing :method from being used, also add missing :position, :confirm is still not functional yet | ||||
* | initial jquery driver and compat, right now the only supported method is ↵ | Stephen St. Martin | 2010-01-27 | 3 | -0/+233 |
| | | | | form_remote_tag | ||||
* | Add active_model/railtie back to generated boot.rb, add models back to ↵ | José Valim | 2010-01-25 | 1 | -0/+2 |
| | | | | paths, load active_support/railtie since we need it and ensure default logger is set before config. | ||||
* | Use Rails::Application ref in Rakefile and console scripts. | Joshua Peek | 2010-01-24 | 3 | -3/+3 |
| | | | | Less places you need to change if you rename your application. | ||||
* | Merge branch 'master' into app | José Valim | 2010-01-23 | 10 | -10/+10 |
|\ | | | | | | | | | Conflicts: railties/lib/rails/application.rb | ||||
| * | Delegate App calls to instance | Joshua Peek | 2010-01-22 | 3 | -3/+3 |
| | | |||||
| * | Template whitespace | Joshua Peek | 2010-01-22 | 7 | -7/+7 |
| | | |||||
* | | Get rid of initializers global and create i18n railtie. | José Valim | 2010-01-23 | 1 | -2/+2 |
|/ | |||||
* | Make filter parameters based on request, so they can be modified for ↵ | José Valim | 2010-01-21 | 1 | -1/+1 |
| | | | | anything in the middleware stack. | ||||
* | Tidy up new filter_parameters implementation. | José Valim | 2010-01-21 | 2 | -4/+2 |
| | |||||
* | Add deprecation warning for calling filter_parameter_logging ↵ | Prem Sichanugrist | 2010-01-21 | 1 | -0/+4 |
| | | | | | | ActionController::Base, and allow it to be configured in config.filter_parameters Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Generators load path now will be Ruby load path. If you want to use ↵ | José Valim | 2010-01-18 | 59 | -0/+8624 |
| | | | | rspec:install generator, you need generators/rspec/install_generator in your load path. | ||||
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 59 | -8842/+0 |
| | |||||
* | Remove support for SQLite 2. | Pratik Naik | 2009-08-17 | 1 | -19/+0 |
| | | | | If you're still using it, please install the plugin from git://github.com/rails/sqlite2_adapter.git | ||||
* | Depend on rubygems 1.3.2 | Michael Koziarski | 2009-08-09 | 1 | -1/+1 |
| | | | | Also move the min_version definition up a line so it's present in the rescue block down below. | ||||
* | Generator config should be commented by default | Pratik Naik | 2009-07-30 | 1 | -5/+5 |
| | |||||
* | Merge branch 'master' of git://github.com/rails/rails | José Valim | 2009-07-28 | 1 | -1/+1 |
| | |||||
* | Solving merge conflicts. | José Valim | 2009-07-21 | 10 | -10/+10 |
| | |||||
* | Change generators configuration to have a hash style. | José Valim | 2009-07-15 | 1 | -18/+5 |
| | |||||
* | Allow namespaced configuration on generators. | José Valim | 2009-07-15 | 1 | -12/+14 |
| | |||||
* | Remove generator environment until we have a gem manifest. | José Valim | 2009-07-13 | 2 | -18/+19 |
| | |||||
* | Solving merge conflicts. | José Valim | 2009-07-12 | 4 | -84/+74 |
| | |||||
* | Do not clean up frameworks on generators environment, otherwise ↵ | José Valim | 2009-07-09 | 1 | -6/+5 |
| | | | | initializers, gems and plugins might not be loaded properly. | ||||
* | Add the new generators environment and update commands. | José Valim | 2009-07-08 | 1 | -0/+19 |
| | |||||
* | Rename a wrongly named file. | José Valim | 2009-07-02 | 1 | -0/+0 |
| | |||||
* | Initial scratch of model generators. | José Valim | 2009-06-27 | 1 | -3/+3 |
| | |||||
* | Change current sstructure. | José Valim | 2009-06-23 | 60 | -0/+8863 |