aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators
Commit message (Collapse)AuthorAgeFilesLines
* vendor/rails doesn't work anymore, remove it from the blank slate suggestionJoshua Peek2010-02-281-9/+0
|
* the folder public/javascripts should be created by default [#4027 ↵Ramon Soares2010-02-261-2/+5
| | | | | | status:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* load_path is expecting a String in the application.rb generatorThomas R. Koll2010-02-251-1/+1
| | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* don't set @expected.date in generated mailer testDavid Chelimsky2010-02-221-1/+0
| | | | | Signed-off-by: Mikel Lindsaar <raasdnil@gmail.com> Signed-off-by: José Valim <jose.valim@gmail.com>
* Invalid namespace on app generation raises an errorKyle Maxwell2010-02-171-2/+7
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Resolve test/unit load ordering by removing backtrace filter from boot ↵Jeremy Kemper2010-02-111-2/+1
| | | | initializers
* Suggest Mongrel and Capistrano in the default bundleDavid Heinemeier Hansson2010-02-091-11/+17
|
* Take into account gem versions (so script/rails server can work outside the ↵José Valim2010-02-081-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.3Mikel Lindsaar2010-02-084-1041/+1593
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Check if Test::Unit is defined before adding backtrace filter.José Valim2010-02-071-0/+1
|
* fix usage examples and more to use new invocationsRomD2010-02-0618-32/+32
| | | | Signed-off-by: Carl Lerche <carllerche@mac.com>
* Cleanup commentsDavid Heinemeier Hansson2010-02-051-8/+3
|
* Not a fan of the double ##David Heinemeier Hansson2010-02-051-2/+2
|
* 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
|
* Expose CSRF tag for UJS adaptersJeremy Kemper2010-02-041-0/+1
|
* Ensure javascripts are pulled in so UJS can hook the Delete linkJeremy Kemper2010-02-041-0/+1
|
* Autorequire default libs and those in groups named after the current Rails ↵Jeremy Kemper2010-02-041-2/+2
| | | | environment
* Revert "Rails script commands load the application rather than just boot"Jeremy Kemper2010-02-041-1/+1
| | | | This reverts commit 358451c2194c5b89b576fd623811da708ee89d95.
* 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
| | | | 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 Cangiano2010-02-041-11/+20
| | | | | | | | DB2 and the gem. [#3852 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Update Gemfile to use latest bundler config.José Valim2010-02-042-20/+26
|
* 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 ↵José Valim2010-02-032-1/+2
| | | | update .gitignores.
* Updating index.html to remove script/generate and making railties tests pass ↵Mikel Lindsaar2010-02-021-1/+1
| | | | again
* Fix rails serverDavid Heinemeier Hansson2010-02-021-0/+1
|
* Add a reminder that you should use "rails" not "script/rails" when running ↵David Heinemeier Hansson2010-02-021-0/+2
| | | | normally
* Removed all the default commands in script/* and replaced them with ↵David Heinemeier Hansson2010-02-0211-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é Valim2010-02-023-7/+7
|
* Updating USAGE information for Mailer generator [#3801 status:resolved]Kieran Pilkington2010-02-021-1/+1
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Fixed --dev flag for new bundlerMikel Lindsaar2010-02-022-2/+2
|
* Add the database adapter in the generated GemfileCarl Lerche2010-02-012-0/+20
|
* 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
| | | | | | | | | | | 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 Peek2010-01-307-0/+8099
| | | | This reverts commit a06c47a52b90a5d812e64309488ad5926dc583ca.
* Drop JS scripts from coreJoshua Peek2010-01-297-8099/+0
|
* Test::Unit Railtie Carlhuda2010-01-281-0/+2
|
* Merge branch 'rails/master' into ujsStefan Penner2010-01-271-3/+4
|\
| * Missed template change for defaults -> defaultJeremy Kemper2010-01-271-1/+1
| |
| * self.defaults => defaultJeremy Kemper2010-01-271-3/+4
| |
* | 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
| |