Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | | | | | | | | This reverts commit 3aa1ea1ae4baa4a03d03644e798eeb98a4745785, reversing changes made to 2c12a71378d2146c822acb389b00b866f6420ff5. Conflicts: actionpack/lib/action_view/helpers/javascript_helper.rb actionpack/lib/action_view/helpers/url_helper.rb actionpack/test/template/url_helper_test.rb | |||||
* | Revert "Drop JS scripts from core" | Joshua Peek | 2010-01-30 | 7 | -0/+8099 | |
| | | | | This reverts commit a06c47a52b90a5d812e64309488ad5926dc583ca. | |||||
* | Drop JS scripts from core | Joshua Peek | 2010-01-29 | 7 | -8099/+0 | |
| | ||||||
* | Test::Unit Railtie | Carlhuda | 2010-01-28 | 1 | -0/+2 | |
| | ||||||
* | Merge branch 'rails/master' into ujs | Stefan Penner | 2010-01-27 | 1 | -3/+4 | |
|\ | ||||||
| * | Missed template change for defaults -> default | Jeremy Kemper | 2010-01-27 | 1 | -1/+1 | |
| | | ||||||
| * | self.defaults => default | Jeremy Kemper | 2010-01-27 | 1 | -3/+4 | |
| | | ||||||
* | | 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 ↵ | 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 | |||||
* | Fixing mailer generators to use the right email address | Mikel Lindsaar | 2010-01-27 | 1 | -1/+1 | |
| | ||||||
* | Update generators to use new defaults. | José Valim and Mikel Lindsaar | 2010-01-26 | 1 | -1/+1 | |
| | ||||||
* | Updating generators for mailer to reflect changes in API | Mikel Lindsaar | 2010-01-26 | 1 | -2/+2 | |
| | ||||||
* | Merge remote branch 'mikel/master' | José Valim | 2010-01-26 | 8 | -22/+25 | |
|\ | ||||||
| * | More work on generated mailer templates. | José Valim and Mikel Lindsaar | 2010-01-26 | 4 | -10/+6 | |
| | | ||||||
| * | Change mailer generator templates and refactor the whole naming schema. | José Valim and Mikel Lindsaar | 2010-01-25 | 6 | -19/+26 | |
| | | ||||||
| * | Merge branch 'master' of git://github.com/rails/rails | José Valim and Mikel Lindsaar | 2010-01-25 | 7 | -7/+7 | |
| |\ | | | | | | | | | | | | | | | | Conflicts: actionmailer/lib/action_mailer/mail_helper.rb railties/lib/rails/configuration.rb | |||||
| * \ | Merge branch 'master' of git://github.com/rails/rails | Mikel Lindsaar | 2010-01-23 | 13 | -25/+12 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'master' of git://github.com/rails/rails | José Valim and Mikel Lindsaar | 2010-01-22 | 2 | -1/+3 | |
| |\ \ \ | ||||||
| * | | | | Updating functional tests to not compare equality with encoded, ↵ | José Valim and Mikel Lindsaar | 2010-01-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Mail::Message has an == operator | |||||
* | | | | | 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. | |||||
* | | | | Ensure metals and initializers in plugins are loaded. | José Valim | 2010-01-24 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Make plugin generator compatible with new schema. | José Valim | 2010-01-24 | 2 | -1/+1 | |
| | | | | ||||||
* | | | | Merge branch 'master' into app | José Valim | 2010-01-23 | 13 | -25/+12 | |
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | Conflicts: railties/lib/rails/application.rb | |||||
| * | | | Delegate App calls to instance | Joshua Peek | 2010-01-22 | 3 | -3/+3 | |
| | | | | ||||||
| * | | | Use expand_path to require environment in metal template | Joshua Peek | 2010-01-22 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Include cascade header in metal template | Joshua Peek | 2010-01-22 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | lib is already included w/ rake test task | Joshua Peek | 2010-01-22 | 1 | -2/+0 | |
| | | | | ||||||
| * | | | Remove rdoc task from generated plugin Rakefile | Joshua Peek | 2010-01-22 | 1 | -10/+0 | |
| | | | | ||||||
| * | | | Template whitespace | Joshua Peek | 2010-01-22 | 8 | -8/+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> | |||||
* | `script/generate mailer Notifier` will now create a mailer at app/mailers. | José Valim | 2010-01-19 | 4 | -4/+4 | |
| | ||||||
* | Since Rails will require Ruby >= 1.8.7, we can rely on instance_exec. | José Valim | 2010-01-19 | 1 | -6/+6 | |
| | ||||||
* | Generators load path now will be Ruby load path. If you want to use ↵ | José Valim | 2010-01-18 | 145 | -0/+10140 | |
| | | | | 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 | 162 | -11528/+0 | |
| | ||||||
* | Cherry-pick core extensions. Don't explicitly require rubygems. Use load ↵ | Jeremy Kemper | 2009-09-14 | 1 | -0/+1 | |
| | | | | path for vendored thor. |