aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/app/templates
Commit message (Expand)AuthorAgeFilesLines
* Simplify conditions for --dev and --edgeDavid Heinemeier Hansson2010-02-051-6/+6
* Path approach shouldnt specify versionDavid Heinemeier Hansson2010-02-051-1/+1
* New style for path referencesDavid Heinemeier Hansson2010-02-051-2/+1
* Add prototype ujs handler for data-methodJeremy Kemper2010-02-041-0/+26
* Update prototype-ujs for data-confirmJeremy Kemper2010-02-041-5/+12
* Autorequire default libs and those in groups named after the current Rails en...Jeremy Kemper2010-02-041-2/+2
* Revert "Rails script commands load the application rather than just boot"Jeremy Kemper2010-02-041-1/+1
* Rails script commands load the application rather than just bootJeremy Kemper2010-02-041-1/+1
* Move framework requires and Bundler.require from boot.rb to app.rb. Cut down ...Jeremy Kemper2010-02-042-29/+14
* Updated the database.yml file generated for ibm_db to the latest version of D...Antonio Cangiano2010-02-041-11/+20
* Update Gemfile to use latest bundler config.José Valim2010-02-041-5/+5
* Use a normal gem source url instead of a magic symbolJeremy Kemper2010-02-041-1/+1
* Autorequire bundled libraries by defaultJeremy Kemper2010-02-031-1/+4
* Update rails to use the latest bundlerCarl Lerche2010-02-031-1/+1
* Make bin/rails call rails/commands/application, fix generators usage and upda...José Valim2010-02-032-1/+2
* Updating index.html to remove script/generate and making railties tests pass ...Mikel Lindsaar2010-02-021-1/+1
* Fix rails serverDavid Heinemeier Hansson2010-02-021-0/+1
* Add a reminder that you should use "rails" not "script/rails" when running no...David Heinemeier Hansson2010-02-021-0/+2
* Removed all the default commands in script/* and replaced them with script/ra...David Heinemeier Hansson2010-02-0211-31/+6
* Get rid of deprecation warnings on config/environments/*José Valim2010-02-023-7/+7
* Fixed --dev flag for new bundlerMikel Lindsaar2010-02-021-1/+1
* Add the database adapter in the generated GemfileCarl Lerche2010-02-011-0/+8
* Update the generated Gemfile and config/boot.rb to work with bundler 0.9Carl Lerche2010-01-312-11/+16
* Include prototype ujs adapter with new appsJoshua Peek2010-01-301-0/+77
* Revert "Merge branch 'rails/master' into ujs"Joshua Peek2010-01-303-715/+0
* Revert "Drop JS scripts from core"Joshua Peek2010-01-307-0/+8099
* Drop JS scripts from coreJoshua Peek2010-01-297-8099/+0
* Test::Unit Railtie Carlhuda2010-01-281-0/+2
* renaming javascript drivers to *.rails.js for better naming conventionErik St. Martin2010-01-272-0/+0
* initial prototype of jQuery driver completeErik St. Martin2010-01-271-5/+28
* jquery driver now supports :confirmErik St. Martin2010-01-271-2/+12
* jquery driver now supports :popupErik St. Martin2010-01-271-0/+17
* support for observers in jquery driver, and minor bug fixesStephen St. Martin2010-01-271-17/+52
* initial prototype of prototype js driverErik St. Martin2010-01-271-17/+62
* refactored to be more dry, data-update-failure now correctly works, combine c...Stephen St. Martin2010-01-272-102/+145
* start of prototype driver, missing observe_form, observe_field, and periodica...Erik St. Martin2010-01-271-0/+279
* support for submit_to_remote in jquery driverStephen St. Martin2010-01-271-3/+3
* upgrade jquery to 1.4.1 and default request method to GET as its default on f...Stephen St. Martin2010-01-273-152/+153
* refractor handler code for remote_form_tag to also handle link_to_remote, fix...Stephen St. Martin2010-01-272-24/+53
* initial jquery driver and compat, right now the only supported method is form...Stephen St. Martin2010-01-273-0/+233
* Add active_model/railtie back to generated boot.rb, add models back to paths,...José Valim2010-01-251-0/+2
* Use Rails::Application ref in Rakefile and console scripts.Joshua Peek2010-01-243-3/+3
* Merge branch 'master' into appJosé Valim2010-01-2310-10/+10
|\
| * Delegate App calls to instanceJoshua Peek2010-01-223-3/+3
| * Template whitespaceJoshua Peek2010-01-227-7/+7
* | Get rid of initializers global and create i18n railtie.José Valim2010-01-231-2/+2
|/
* Make filter parameters based on request, so they can be modified for anything...José Valim2010-01-211-1/+1
* Tidy up new filter_parameters implementation.José Valim2010-01-212-4/+2
* Add deprecation warning for calling filter_parameter_logging ActionController...Prem Sichanugrist2010-01-211-0/+4
* Generators load path now will be Ruby load path. If you want to use rspec:ins...José Valim2010-01-1859-0/+8624