Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Added config.threadsafe! to toggle allow concurrency settings and disable ↵ | Joshua Peek | 2008-08-04 | 1 | -0/+2 |
| | | | | the dependency loader | ||||
* | Turn cache_classes on by default [#645 state:resolved] | Joshua Peek | 2008-07-31 | 1 | -0/+2 |
| | |||||
* | Added configurable eager load paths. Defaults to app/models, ↵ | Joshua Peek | 2008-07-21 | 1 | -0/+2 |
| | | | | app/controllers, and app/helpers | ||||
* | Introduce simple internationalization support | Jeremy Kemper | 2008-07-17 | 1 | -0/+2 |
| | |||||
* | Make script/plugin install <plugin> -r <revision> option work with git based ↵ | Tim Pope | 2008-07-14 | 1 | -0/+5 |
| | | | | | | plugins. [#257 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Added Rails.initialized? flag | Joshua Peek | 2008-07-02 | 1 | -0/+2 |
| | |||||
* | Make rake test:uncommitted work with Git. | Tim Pope | 2008-07-02 | 1 | -0/+2 |
| | | | | | | Note : rake test:uncommitted is considering only unstaged files. Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Added Thin support to script/server. [#488 state:resolved] | Bob Klosinski | 2008-06-25 | 1 | -0/+2 |
| | |||||
* | Allow script/about to run in production mode instead of failing with a ↵ | Cheah Chu Yeow | 2008-06-23 | 1 | -0/+2 |
| | | | | | | cryptic const_missing error. [#370 state:resolved] | ||||
* | fix merge | rick | 2008-06-19 | 1 | -0/+2 |
|\ | |||||
| * | Changed all generated tests to use the test/do declaration style [DHH] | David Heinemeier Hansson | 2008-06-12 | 1 | -0/+2 |
| | | |||||
* | | Add the gem load paths before the framework is loaded, so certain gems like ↵ | rick | 2008-06-08 | 1 | -0/+2 |
| | | | | | | | | RedCloth and BlueCloth can be frozen. [#320 state:resolved] | ||||
* | | Fix discrepancies with loading rails/init.rb from gems. [#324 state:resolved] | rick | 2008-06-08 | 1 | -0/+4 |
|/ | |||||
* | Renamed StringQuestioneer to StringInquirer. | Joshua Peek | 2008-06-04 | 1 | -1/+1 |
| | |||||
* | Wrapped Rails.env in StringQuestioneer so you can do Rails.env.development? ↵ | David Heinemeier Hansson | 2008-06-03 | 1 | -0/+2 |
| | | | | [DHH] | ||||
* | Fixed that RailsInfoController wasnt considering all requests local in ↵ | David Heinemeier Hansson | 2008-06-02 | 1 | -0/+5 |
| | | | | development mode (Edgard Castro) [#310 state:resolved] | ||||
* | Making ready for release of 2.1 | David Heinemeier Hansson | 2008-05-31 | 1 | -7/+1 |
| | |||||
* | Consolidate error messages for missing gems, and skip them when running rake ↵ | rick | 2008-05-31 | 1 | -0/+2 |
| | | | | gems:* tasks. [rick] | ||||
* | fix Gem installation command with versions | rick | 2008-05-31 | 1 | -0/+4 |
| | |||||
* | Making ready for RC1 release | David Heinemeier Hansson | 2008-05-11 | 1 | -1/+1 |
| | |||||
* | Add script/dbconsole to app generator | Jeremy Kemper | 2008-05-07 | 1 | -0/+2 |
| | |||||
* | Fix bug where plugin init.rb files from frozen gem specs weren't being run. ↵ | rick | 2008-05-06 | 1 | -0/+2 |
| | | | | (pjb3) [#122 state:resolved] | ||||
* | Made the location of the routes file configurable with ↵ | David Heinemeier Hansson | 2008-05-01 | 1 | -0/+2 |
| | | | | config.routes_configuration_file (Scott Fleckenstein) [#88 state:resolved] | ||||
* | Rails Edge info returns the latest git commit hash [#36 state:resolved] | Francesc Esplugas | 2008-04-22 | 1 | -0/+2 |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Added Rails.public_path to control where HTML and assets are expected to be ↵ | David Heinemeier Hansson | 2008-04-13 | 1 | -0/+2 |
| | | | | loaded from (defaults to Rails.root + "/public") #11581 [nicksieger] | ||||
* | rake time:zones:local finds correct base utc offset for zones in the ↵ | Geoffrey Buesing | 2008-04-12 | 1 | -0/+2 |
| | | | | Southern Hemisphere | ||||
* | Don't require rails/gem_builder during rails initialization, it's only ↵ | Rick Olson | 2008-04-08 | 1 | -0/+2 |
| | | | | | | needed for the gems:build task. [rick] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9240 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | script/performance/profiler compatibility with the ruby-prof >= 0.5.0. ↵ | Josh Peek | 2008-04-07 | 1 | -0/+2 |
| | | | | | | Closes #9176. [Catfish] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9236 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | missed an added file | Rick Olson | 2008-04-02 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9216 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Flesh out rake gems:unpack to unpack all gems, and add rake gems:build for ↵ | Rick Olson | 2008-04-02 | 1 | -0/+8 |
| | | | | | | native extensions. Closes #11513 [ddollar] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9215 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Add config.active_support for future configuration options. Also, add more ↵ | Rick Olson | 2008-04-01 | 1 | -0/+2 |
| | | | | | | new Rails 3 config settings to new_rails_defaults.rb [rick] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9204 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Add Rails.logger, Rails.root, Rails.env and Rails.cache shortcuts for ↵ | Pratik Naik | 2008-04-01 | 1 | -0/+2 |
| | | | | | | RAILS_* constants git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9180 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Allow files in plugins to be reloaded like the rest of the application. [rick] | Rick Olson | 2008-03-31 | 1 | -0/+15 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9167 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | whoops, typo in the CHANGELOG | Rick Olson | 2008-03-30 | 1 | -3/+3 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9148 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |