Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote branch 'mainstream/master' | Pratik Naik | 2010-02-14 | 11 | -1109/+1687 |
|\ | | | | | | | | | | | | | | | Conflicts: railties/README railties/guides/source/active_support_core_extensions.textile railties/guides/source/getting_started.textile railties/lib/generators/rails/app/templates/README | ||||
| * | Resolve test/unit load ordering by removing backtrace filter from boot ↵ | Jeremy Kemper | 2010-02-11 | 1 | -2/+1 |
| | | | | | | | | initializers | ||||
| * | Suggest Mongrel and Capistrano in the default bundle | David Heinemeier Hansson | 2010-02-09 | 1 | -11/+17 |
| | | |||||
| * | Take into account gem versions (so script/rails server can work outside the ↵ | José Valim | 2010-02-08 | 1 | -1/+0 |
| | | | | | | | | application) and use Rails::Application.root instead of ROOT_PATH. | ||||
| * | Updating Prototype to 1.6.1 and script.aculo.us to 1.8.3 | Mikel Lindsaar | 2010-02-08 | 4 | -1041/+1593 |
| | | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
| * | Check if Test::Unit is defined before adding backtrace filter. | José Valim | 2010-02-07 | 1 | -0/+1 |
| | | |||||
| * | fix usage examples and more to use new invocations | RomD | 2010-02-06 | 1 | -8/+8 |
| | | | | | | | | Signed-off-by: Carl Lerche <carllerche@mac.com> | ||||
| * | Cleanup comments | David Heinemeier Hansson | 2010-02-05 | 1 | -8/+3 |
| | | |||||
| * | Not a fan of the double ## | David Heinemeier Hansson | 2010-02-05 | 1 | -2/+2 |
| | | |||||
| * | Simplify conditions for --dev and --edge | David Heinemeier Hansson | 2010-02-05 | 1 | -6/+6 |
| | | |||||
| * | Path approach shouldnt specify version | David Heinemeier Hansson | 2010-02-05 | 1 | -1/+1 |
| | | |||||
| * | New style for path references | David Heinemeier Hansson | 2010-02-05 | 1 | -2/+1 |
| | | |||||
| * | Add prototype ujs handler for data-method | Jeremy Kemper | 2010-02-04 | 1 | -0/+26 |
| | | |||||
| * | Update prototype-ujs for data-confirm | Jeremy Kemper | 2010-02-04 | 1 | -5/+12 |
| | | |||||
| * | Autorequire default libs and those in groups named after the current Rails ↵ | Jeremy Kemper | 2010-02-04 | 1 | -2/+2 |
| | | | | | | | | environment | ||||
| * | Revert "Rails script commands load the application rather than just boot" | Jeremy Kemper | 2010-02-04 | 1 | -1/+1 |
| | | | | | | | | This reverts commit 358451c2194c5b89b576fd623811da708ee89d95. | ||||
| * | Rails script commands load the application rather than just boot | Jeremy Kemper | 2010-02-04 | 1 | -1/+1 |
| | | |||||
| * | Move framework requires and Bundler.require from boot.rb to app.rb. Cut down ↵ | Jeremy Kemper | 2010-02-04 | 2 | -29/+14 |
| | | | | | | | | the list of railtie choices to those that make sense. | ||||
| * | Updated the database.yml file generated for ibm_db to the latest version of ↵ | Antonio Cangiano | 2010-02-04 | 1 | -11/+20 |
| | | | | | | | | | | | | | | | | DB2 and the gem. [#3852 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | | Change "script/server" to "rails server" in README. | Henrik N | 2010-02-06 | 1 | -8/+9 |
|/ | | | | Also console, dbconsole, generate. | ||||
* | Update Gemfile to use latest bundler config. | José Valim | 2010-02-04 | 1 | -5/+5 |
| | |||||
* | Use a normal gem source url instead of a magic symbol | Jeremy Kemper | 2010-02-04 | 1 | -1/+1 |
| | |||||
* | Autorequire bundled libraries by default | Jeremy Kemper | 2010-02-03 | 1 | -1/+4 |
| | |||||
* | Update rails to use the latest bundler | Carl Lerche | 2010-02-03 | 1 | -1/+1 |
| | |||||
* | Make bin/rails call rails/commands/application, fix generators usage and ↵ | José Valim | 2010-02-03 | 2 | -1/+2 |
| | | | | update .gitignores. | ||||
* | Updating index.html to remove script/generate and making railties tests pass ↵ | Mikel Lindsaar | 2010-02-02 | 1 | -1/+1 |
| | | | | again | ||||
* | Fix rails server | David Heinemeier Hansson | 2010-02-02 | 1 | -0/+1 |
| | |||||
* | Add a reminder that you should use "rails" not "script/rails" when running ↵ | David Heinemeier Hansson | 2010-02-02 | 1 | -0/+2 |
| | | | | normally | ||||
* | Removed all the default commands in script/* and replaced them with ↵ | David Heinemeier Hansson | 2010-02-02 | 11 | -31/+6 |
| | | | | script/rails and a rails command that'll act the same when run from within the app [DHH] | ||||
* | Get rid of deprecation warnings on config/environments/* | José Valim | 2010-02-02 | 3 | -7/+7 |
| | |||||
* | Fixed --dev flag for new bundler | Mikel Lindsaar | 2010-02-02 | 1 | -1/+1 |
| | |||||
* | Add the database adapter in the generated Gemfile | Carl Lerche | 2010-02-01 | 1 | -0/+8 |
| | |||||
* | 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 |
| | | | | | | | | | | | 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 |
| | |||||
* | 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 |