| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the generated Gemfile and config/boot.rb to work with bundler 0.9 | Carl Lerche | 2010-01-31 | 2 | -11/+16 |
* | Include prototype ujs adapter with new apps | Joshua Peek | 2010-01-30 | 1 | -0/+77 |
* | Revert "Merge branch 'rails/master' into ujs" | Joshua Peek | 2010-01-30 | 3 | -715/+0 |
* | Revert "Drop JS scripts from core" | Joshua Peek | 2010-01-30 | 7 | -0/+8099 |
* | Drop JS scripts from core | Joshua Peek | 2010-01-29 | 7 | -8099/+0 |
* | Test::Unit Railtie | Carlhuda | 2010-01-28 | 1 | -0/+2 |
* | renaming javascript drivers to *.rails.js for better naming convention | Erik St. Martin | 2010-01-27 | 2 | -0/+0 |
* | initial prototype of jQuery driver complete | Erik St. Martin | 2010-01-27 | 1 | -5/+28 |
* | jquery driver now supports :confirm | Erik St. Martin | 2010-01-27 | 1 | -2/+12 |
* | jquery driver now supports :popup | Erik St. Martin | 2010-01-27 | 1 | -0/+17 |
* | 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 c... | Stephen St. Martin | 2010-01-27 | 2 | -102/+145 |
* | start of prototype driver, missing observe_form, observe_field, and periodica... | Erik St. Martin | 2010-01-27 | 1 | -0/+279 |
* | 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 f... | Stephen St. Martin | 2010-01-27 | 3 | -152/+153 |
* | refractor handler code for remote_form_tag to also handle link_to_remote, fix... | Stephen St. Martin | 2010-01-27 | 2 | -24/+53 |
* | initial jquery driver and compat, right now the only supported method is form... | Stephen St. Martin | 2010-01-27 | 3 | -0/+233 |
* | Add active_model/railtie back to generated boot.rb, add models back to paths,... | José Valim | 2010-01-25 | 1 | -0/+2 |
* | Use Rails::Application ref in Rakefile and console scripts. | Joshua Peek | 2010-01-24 | 3 | -3/+3 |
* | Merge branch 'master' into app | José Valim | 2010-01-23 | 10 | -10/+10 |
|\ |
|
| * | 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 anything... | José Valim | 2010-01-21 | 1 | -1/+1 |
* | Tidy up new filter_parameters implementation. | José Valim | 2010-01-21 | 2 | -4/+2 |
* | Add deprecation warning for calling filter_parameter_logging ActionController... | Prem Sichanugrist | 2010-01-21 | 1 | -0/+4 |
* | Generators load path now will be Ruby load path. If you want to use rspec:ins... | José Valim | 2010-01-18 | 61 | -0/+8877 |
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 61 | -9076/+0 |
* | Remove support for SQLite 2. | Pratik Naik | 2009-08-17 | 2 | -20/+1 |
* | Depend on rubygems 1.3.2 | Michael Koziarski | 2009-08-09 | 1 | -1/+1 |
* | Allow rails templates relative to the current path to be given. | José Valim | 2009-08-07 | 1 | -3/+18 |
* | Generator config should be commented by default | Pratik Naik | 2009-07-30 | 1 | -5/+5 |
* | Always use application generator to run templates. | José Valim | 2009-07-28 | 1 | -1/+0 |
* | 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 |
* | Modified rake tasks to use new app generator structure and updated Thor version. | José Valim | 2009-07-16 | 1 | -1/+4 |
* | Change generators configuration to have a hash style. | José Valim | 2009-07-15 | 1 | -18/+5 |
* | Change false to :verbose => false as in new Thor version. | José Valim | 2009-07-15 | 1 | -6/+6 |
* | Allow namespaced configuration on generators. | José Valim | 2009-07-15 | 1 | -12/+14 |
* | Updated vendored Thor to 0.11.1 and update Rails::Generators. | José Valim | 2009-07-14 | 1 | -4/+4 |
* | 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 initializers,... | José Valim | 2009-07-09 | 1 | -6/+5 |
* | Add the new generators environment and update commands. | José Valim | 2009-07-08 | 2 | -1/+20 |
* | Generators are configured on initialization if RAILS_ENV=generators. | José Valim | 2009-07-08 | 1 | -0/+1 |
* | Rename a wrongly named file. | José Valim | 2009-07-02 | 1 | -0/+0 |
* | Make scaffold controller generate agnostic code and mark some hooks as required. | José Valim | 2009-07-02 | 1 | -3/+3 |
* | Move file action only to app generator. | José Valim | 2009-06-28 | 1 | -0/+7 |
* | Initial scratch of model generators. | José Valim | 2009-06-27 | 1 | -3/+3 |