aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators
Commit message (Expand)AuthorAgeFilesLines
* Load generators from both lib/rails/generators and lib/generators. Using the ...José Valim2010-03-23136-10811/+0
* Controller generators should use routes shortcut.José Valim2010-03-221-1/+1
* Killing fixtures in mailer before they kill me (they usually lead to very bri...José Valim2010-03-224-17/+6
* Fix regression introduced in 8b50f89. Generated views mentioned the wrong path.Jeremy Kemper2010-03-211-2/+3
* do not support 'data-url' anymore, just use 'href' [#4236 state:resolved]Sebastian Martinez2010-03-211-2/+1
* Make ERB generators more flexible and customizable.José Valim2010-03-214-42/+34
* Controller generators should generate tests when action is supplied. [#3421 s...Sam Ruby2010-03-202-0/+11
* Controller generator now creates routes as well [#4233 state:resolved]José Valim2010-03-192-0/+7
* Use human_name in scaffold.José Valim2010-03-172-3/+3
* Change functional tests to make use of a setup block.José Valim2010-03-161-5/+9
* In app_generator, fix hardcoded `bundle` call to derive the bundle executable...Caio Chassot2010-03-121-1/+2
* Add a check to ensure that the application name does not already exist, i.e. ...Kieran Pilkington2010-03-121-0/+2
* Revert "Always load the environment before executing any command. [#3905 stat...José Valim2010-03-121-2/+5
* Always load the environment before executing any command. [#3905 status:resol...José Valim2010-03-121-5/+2
* Update scaffold to use <%= form_forJeremy Kemper2010-03-101-1/+1
* Added alert to layouts on scaffold.José Valim2010-03-092-0/+5
* Update generated Gemfile to use http://rubygems.org, unicorn instead of mongr...Jeremy Kemper2010-03-071-4/+4
* Change generated code to replace faulty commentCarlhuda2010-03-041-1/+1
* Deprecated ActionController::Base.session_options= and ActionController::Base...Carlhuda2010-03-042-8/+3
* Fix Sam Ruby's tests and deprecation warningsCarlhuda2010-03-041-2/+2
* Revert "In app_generator, fix hardcoded `bundle` call to derive the bundle ex...Carl Lerche2010-03-031-2/+1
* In app_generator, fix hardcoded `bundle` call to derive the bundle executable...Caio Chassot2010-03-031-1/+2
* Removing prototype and just using vanilla jsMikel Lindsaar2010-03-021-17/+17
* 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 status:reso...Ramon Soares2010-02-261-2/+5
* load_path is expecting a String in the application.rb generatorThomas R. Koll2010-02-251-1/+1
* don't set @expected.date in generated mailer testDavid Chelimsky2010-02-221-1/+0
* Invalid namespace on app generation raises an errorKyle Maxwell2010-02-171-2/+7
* Resolve test/unit load ordering by removing backtrace filter from boot initia...Jeremy Kemper2010-02-111-2/+1
* 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 a...José Valim2010-02-081-1/+0
* Updating Prototype to 1.6.1 and script.aculo.us to 1.8.3Mikel Lindsaar2010-02-084-1041/+1593
* 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
* 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 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-042-20/+26
* Use a normal gem source url instead of a magic symbolJeremy Kemper2010-02-041-1/+1