Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated change log for jdbc* adapters template. | Arun Agrawal | 2011-05-07 | 1 | -0/+12 |
| | |||||
* | fixes typo in railties/CHANGELOG (spotted by Vijay Dev) | Xavier Noria | 2011-05-04 | 1 | -1/+1 |
| | |||||
* | restores the -j option, but now it accepts the name of any library | Xavier Noria | 2011-05-04 | 1 | -2/+5 |
| | | | | | | If passed "foo", a gem "foo-rails" is added to the Gemfile and "foo" and "foo_ujs" are required in the application JavaScript manifest. | ||||
* | jQuery is no longer vendored | Xavier Noria | 2011-05-04 | 1 | -0/+2 |
| | |||||
* | Prototype and Scriptaculous are no longer vendored, but provided by ↵ | Xavier Noria | 2011-04-30 | 1 | -0/+5 |
| | | | | prototype-rails from now on, also the -j option of the application generator is removed | ||||
* | Update scaffold controller to generate scss file if Sass is available | Prem Sichanugrist | 2011-04-15 | 1 | -0/+2 |
| | |||||
* | The controller and resource generators will now automatically produce asset ↵ | David Heinemeier Hansson | 2011-04-14 | 1 | -0/+2 |
| | | | | stubs (this can be turned off with --skip-assets). These stubs will use Coffee and Sass, if those libraries are available. [DHH] | ||||
* | updates railties CHANGELOG | Xavier Noria | 2011-04-13 | 1 | -0/+2 |
| | |||||
* | Add --old-style-hash option to force creating old style hash on Ruby 1.9 | Prem Sichanugrist | 2011-04-10 | 1 | -0/+2 |
| | | | | That means if you don't like the new syntax, you can pass --old-style-hash to force Rails to generate code with hash rockets. | ||||
* | Rails will now generate Ruby 1.9 style hash when running app generator on ↵ | Prem Sichanugrist | 2011-04-10 | 1 | -1/+1 |
| | | | | | | Ruby 1.9.x The new hash syntax of Ruby 1.9 looks more superior, so we decide to switch to it in the places that appropriate. | ||||
* | Rails will now generate Ruby 1.9 style hash when running scaffold_controller ↵ | Prem Sichanugrist | 2011-04-10 | 1 | -0/+10 |
| | | | | | | | | generator on Ruby 1.9.x The new hash syntax of Ruby 1.9 looks more superior, so we decide to switch to it in the places that appropriate. This patch has been requested by DHH. | ||||
* | Make scaffold_controller generator generate code for JSON response instead ↵ | Prem Sichanugrist | 2011-04-10 | 1 | -0/+2 |
| | | | | | | | | of XML It seems like a lot of people are using JSON in their API more than XML nowadays, so Rails should follow that convention by providing the JSON format block in scaffold_controller by default. This patch has been requested by DHH | ||||
* | Moved Turn activation/dependency to railties | David Heinemeier Hansson | 2011-03-31 | 1 | -0/+2 |
| | |||||
* | Direct logging of Active Record to STDOUT so it's shown inline with the ↵ | David Heinemeier Hansson | 2011-03-31 | 1 | -0/+2 |
| | | | | results in the console [DHH] | ||||
* | Add `config.force_ssl` configuration which will load `Rack::SSL` middleware ↵ | Prem Sichanugrist | 2011-03-27 | 1 | -0/+2 |
| | | | | | | | | if set to true This will allow user to be able to force all requests to be under HTTPS protocol. This commit was a request from DHH. Special thanks to Josh Peek as well for making `Rack::SSL`. | ||||
* | Update changelog with rails plugin new | Piotr Sarnacki | 2010-11-16 | 1 | -1/+3 |
| | |||||
* | Merge CHANGELOGs from 3-0-stable | Santiago Pastorino | 2010-10-18 | 1 | -0/+4 |
| | |||||
* | fixes spelling of jQuery and Prototype | Xavier Noria | 2010-10-12 | 1 | -1/+1 |
| | |||||
* | Railties changelog updated with -j parameter | Santiago Pastorino | 2010-10-11 | 1 | -0/+2 |
| | |||||
* | Update CHANGELOG. | José Valim | 2010-10-10 | 1 | -1/+3 |
| | |||||
* | Update changelog | Carlhuda | 2010-09-13 | 1 | -0/+2 |
| | |||||
* | Modified changelog for 3.1.0 | Piotr Sarnacki | 2010-09-06 | 1 | -1/+16 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Update CHANGELOGs for 3.0 release and upcoming 3.1 | Jeremy Kemper | 2010-08-29 | 1 | -18/+2 |
| | |||||
* | Clean up CHANGELOGs | Jeremy Kemper | 2010-08-28 | 1 | -2/+11 |
| | |||||
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵ | Santiago Pastorino | 2010-08-14 | 1 | -75/+75 |
| | | | | 's/[ \t]*$//' -i {} \;) | ||||
* | Prep for RC | David Heinemeier Hansson | 2010-07-26 | 1 | -1/+1 |
| | |||||
* | application generation: --skip-testunit and --skip-activerecord renamed to ↵ | Xavier Noria | 2010-07-25 | 1 | -0/+3 |
| | | | | | | | | --skip-test-unit and --skip-active-record respectively Reason is their proper spellings are "Test::Unit" and "Active Record". Option names and descriptions have been revised, as well as some method names and minor details here and there. | ||||
* | Fix typo on CHANGELOG. | José Valim | 2010-07-20 | 1 | -1/+1 |
| | |||||
* | Add missing entries and tidy up CHANGELOG. | José Valim | 2010-07-19 | 1 | -6/+8 |
| | |||||
* | Update CHANGELOGs. | José Valim | 2010-06-28 | 1 | -0/+4 |
| | |||||
* | renames load_(once_)paths to autoload_(once_)paths in dependencies and config | Xavier Noria | 2010-06-24 | 1 | -0/+3 |
| | |||||
* | abort generation/booting on Ruby 1.9.1 | Xavier Noria | 2010-06-10 | 1 | -0/+1 |
| | |||||
* | detect being inside a rails application even from a subdirectory | Chad Fowler | 2010-06-10 | 1 | -0/+5 |
| | | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | ||||
* | Get ready for beta 4 | David Heinemeier Hansson | 2010-06-08 | 1 | -1/+1 |
| | |||||
* | Update CHANGELOG | wycats | 2010-06-03 | 1 | -1/+1 |
| | |||||
* | Missing changelog heading | Jeremy Kemper | 2010-05-23 | 1 | -0/+5 |
| | |||||
* | Update changelogs for release | David Heinemeier Hansson | 2010-04-13 | 1 | -0/+3 |
| | |||||
* | Partially revert "A new application now comes with a layout and a stylesheet." | Jeremy Kemper | 2010-04-09 | 1 | -2/+0 |
| | | | | | | | | | This reverts commit ea2c5fa8046e2f953b366adc94f0610ccfea0828. Conflicts: railties/lib/rails/generators/rails/app/templates/app/views/layouts/application.html.erb railties/test/generators/app_generator_test.rb | ||||
* | A new application now comes with a layout and a stylesheet. | José Valim | 2010-04-06 | 1 | -0/+2 |
| | |||||
* | Rename config.cookie_secret to config.secret_token and pass it as ↵ | José Valim | 2010-04-05 | 1 | -2/+3 |
| | | | | configuration in request.env. This is another step forward removing global configuration. | ||||
* | Release is today, yo | David Heinemeier Hansson | 2010-04-01 | 1 | -1/+2 |
| | |||||
* | Updated changelogs to differentiate beta1 and beta2 | wycats | 2010-04-01 | 1 | -1/+3 |
| | |||||
* | Updated changelogs | wycats | 2010-04-01 | 1 | -0/+11 |
| | |||||
* | Revert "Reorganized app/test directory. [#3057 state:resolved]" | José Valim | 2010-03-29 | 1 | -2/+0 |
| | | | | This reverts commit a0dc6755db71b33aebccdb95fd0dd7097c934c04. | ||||
* | Reorganized app/test directory. [#3057 state:resolved] | Rizwan Reza | 2010-03-28 | 1 | -0/+2 |
| | | | | | | | | | | Run 'rake update:test_directory' to reorganize your already generated apps. test/functional -> test/controllers test/functional -> test/controllers test/unit/helpers -> test/helpers test/unit/**/*_observer_test.rb -> test/observers test/unit -> test/models | ||||
* | Added "rake about" as a replacement for script/about [DHH] | David Heinemeier Hansson | 2010-02-02 | 1 | -0/+2 |
| | |||||
* | Removed all the default commands in script/* and replaced them with ↵ | David Heinemeier Hansson | 2010-02-02 | 1 | -0/+6 |
| | | | | script/rails and a rails command that'll act the same when run from within the app [DHH] | ||||
* | Removed config/initializers/new_rails_defaults.rb as all frameworks now ↵ | David Heinemeier Hansson | 2010-01-03 | 1 | -0/+2 |
| | | | | follow the settings from it [DHH] | ||||
* | Time zoning should be turned on by default with UTC | David Heinemeier Hansson | 2010-01-03 | 1 | -0/+2 |
| | |||||
* | Added default .gitignore (this is just recognizing Git market share, don't ↵ | David Heinemeier Hansson | 2009-12-27 | 1 | -0/+2 |
| | | | | throw a hissy if you use another SCM) [DHH] |