Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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] | |||||
* | Added cookies.permanent, cookies.signed, and cookies.permanent.signed ↵ | David Heinemeier Hansson | 2009-12-20 | 1 | -0/+18 | |
| | | | | accessor for common cookie actions [DHH] | |||||
* | Fixed that the debugger wouldn't go into IRB mode because of left-over ARGVs ↵ | David Heinemeier Hansson | 2009-11-23 | 1 | -0/+2 | |
| | | | | [DHH] | |||||
* | I18n support for plugins | Antonio Tapiador del Dujo | 2009-08-30 | 1 | -0/+2 | |
| | | | | | | | | | | Rails will now automatically add locale files found in any engine's locale directory to the I18n.load_path (i.e. files that match the glob pattern "config/locales/**/*.{rb,yml}" relative to engine directories). [#2325 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
* | Ruby 1.9: use UTF-8 for default internal and external encodings. | Jeremy Kemper | 2009-05-28 | 1 | -0/+2 | |
| | ||||||
* | Added db/seeds.rb as a default file for storing seed data for the database. ↵ | David Heinemeier Hansson | 2009-05-11 | 1 | -0/+5 | |
| | | | | Can be loaded with rake db:seed (or created alongside the db with db:setup). (This is also known as the "Stop Putting Gawd Damn Seed Data In Your Migrations" feature) [DHH] | |||||
* | Remove outdated script/plugin options | Pratik Naik | 2009-03-18 | 1 | -0/+2 | |
| | ||||||
* | Prepare for final 2.3 release | David Heinemeier Hansson | 2009-03-15 | 1 | -4/+1 | |
| | ||||||
* | Release RC2 today | David Heinemeier Hansson | 2009-03-05 | 1 | -1/+1 | |
| | ||||||
* | So it didnt happen yesterday, but very soon! Just need the final details ↵ | David Heinemeier Hansson | 2009-02-28 | 1 | -1/+1 | |
| | | | | ironed out | |||||
* | Prep for RC2 later today | David Heinemeier Hansson | 2009-02-27 | 1 | -1/+1 | |
| | ||||||
* | Metal can now line in plugins under app/metal [#2045 state:committed] | Matthew Rudy Jacobs | 2009-02-27 | 1 | -0/+7 | |
| | | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | |||||
* | Mark CHANGELOGs for release | David Heinemeier Hansson | 2009-02-01 | 1 | -1/+1 | |
| | ||||||
* | Fix the changelog entry | Pratik Naik | 2009-01-23 | 1 | -2/+2 | |
| | ||||||
* | Remove script/performance/profiler in favour of performance integration tests. | Pratik Naik | 2009-01-18 | 1 | -0/+6 | |
| | | | | | | To continue using script/performance/profiler, install the request_profiler plugin : script/plugin install git://github.com/rails/request_profiler.git | |||||
* | normalize author names in changelogs [#1495 state:committed] | Xavier Noria | 2008-12-16 | 1 | -195/+195 | |
| | | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | |||||
* | Add a rake task to apply a template to an existing application. | Pratik Naik | 2008-12-07 | 1 | -0/+2 | |
| | | | | Example : rake rails:template LOCATION=~/template.rb | |||||
* | Add "-m/--template" option to Rails generator to apply template to generated ↵ | Jeremy McAnally | 2008-12-02 | 1 | -0/+43 | |
| | | | | | | application. Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | |||||
* | Extracted the process scripts (inspector, reaper, spawner) into the plugin ↵ | David Heinemeier Hansson | 2008-11-30 | 1 | -0/+2 | |
| | | | | irs_process_scripts [DHH] | |||||
* | Changed Rails.root to return a Pathname object (allows for ↵ | David Heinemeier Hansson | 2008-11-30 | 1 | -1/+1 | |
| | | | | Rails.root.join("app", "controllers") => "#{RAILS_ROOT}/app/controllers") [#1482] | |||||
* | Enhanced Rails.root to take parameters that'll be join with the root, like ↵ | David Heinemeier Hansson | 2008-11-29 | 1 | -0/+2 | |
| | | | | Rails.root('app', 'controllers') => File.join(Rails.root, 'app', 'controllers') [#1482 state:committed] (Damian Janowski) | |||||
* | Added view path support for engines [DHH] | David Heinemeier Hansson | 2008-11-27 | 1 | -0/+2 | |
| | ||||||
* | Added that config/routes.rb files in engine plugins are automatically loaded ↵ | David Heinemeier Hansson | 2008-11-26 | 1 | -0/+2 | |
| | | | | (and reloaded when they change in dev mode) [DHH] | |||||
* | Added app/[models|controllers|helpers] to the load path for plugins that has ↵ | David Heinemeier Hansson | 2008-11-26 | 1 | -0/+2 | |
| | | | | an app directory (go engines ;)) [DHH] | |||||
* | Add config.preload_frameworks to load all frameworks at startup. Default to ↵ | Jeremy Kemper | 2008-11-24 | 1 | -0/+2 | |
| | | | | false so Rails autoloads itself as it's used. | |||||
* | Add a rake task to generate dispatchers : rake rails:generate_dispatchers | Pratik Naik | 2008-11-24 | 1 | -0/+2 | |
| | ||||||
* | Fix typo in 5b5730cc6e9194fb5f67fe79d2c7849e200ba6ed | Pratik Naik | 2008-11-24 | 1 | -1/+1 | |
| | ||||||
* | Don't generate public/dispatch.cgi/fcgi/rb files by default. | Yaroslav Markin | 2008-11-24 | 1 | -0/+2 | |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | |||||
* | Added rake rails:update:application_controller to renamed application.rb to ↵ | David Heinemeier Hansson | 2008-11-23 | 1 | -0/+2 | |
| | | | | application_controller.rb -- included in rake rails:update so upgrading to 2.3 will automatically trigger it [#1439 state:committed] (kastner) | |||||
* | Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for ↵ | David Heinemeier Hansson | 2008-11-22 | 1 | -0/+2 | |
| | | | | cutting down on backtrace noise (inspired by the Thoughtbot Quiet Backtrace plugin) [DHH] | |||||
* | Update changelog to reflect move from Test::Unit::TestCase to ↵ | Jeremy Kemper | 2008-11-20 | 1 | -0/+2 | |
| | | | | ActiveSupport::TestCase | |||||
* | Assume that the next version is going to be 2.3 for now | David Heinemeier Hansson | 2008-11-19 | 1 | -1/+1 | |
| | ||||||
* | Added config.i18n settings gatherer to config/environment, auto-loading of ↵ | David Heinemeier Hansson | 2008-11-18 | 1 | -0/+2 | |
| | | | | all locales in config/locales/*.rb,yml, and config/locales/en.yml as a sample locale [DHH] | |||||
* | BACKWARDS INCOMPATIBLE: Renamed application.rb to application_controller.rb ↵ | David Heinemeier Hansson | 2008-11-17 | 1 | -0/+5 | |
| | | | | and removed all the special casing that was in place to support the former. You must do this rename in your own application when you upgrade to this version [DHH] | |||||
* | Prepare for RC2 | David Heinemeier Hansson | 2008-11-14 | 1 | -1/+1 | |
| | ||||||
* | Fixed plugin generator so that generated unit tests would subclass ↵ | Mathias Meyer | 2008-10-30 | 1 | -0/+2 | |
| | | | | | | ActiveSupport::TestCase, also introduced a helper script to reduce the needed require statements. [#1137 state:committed] Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | |||||
* | Update prototype to 1.6.0.3 | Luca Guidi | 2008-10-30 | 1 | -0/+5 | |
| | | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | |||||
* | Update CHANGELOGs with the last few fixes, set date for today | David Heinemeier Hansson | 2008-10-24 | 1 | -1/+1 | |
| | ||||||
* | Prepare for Rails 2.2.0 [RC1] | David Heinemeier Hansson | 2008-10-23 | 1 | -1/+1 | |
| | ||||||
* | Missing doc updates | David Heinemeier Hansson | 2008-09-09 | 1 | -0/+2 | |
| |