Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | include bugfix to [e792d4ab70448f79142fdf492390682ff5ea6398] for rubygems ↵ | rick | 2008-05-06 | 1 | -2/+3 | |
| |/ |/| | | | | | 1.0.1. Gem::DependencyList#dependency_order was bombing with nil specs passed in from a frozen gem. [#122] | |||||
* | | 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] | |||||
* | | Added code to make initialization process call rails/init.rb for unpacked gems | Paul Barry | 2008-05-06 | 1 | -1/+2 | |
|/ | ||||||
* | Allow custom loggers to work with script/server. | Michael Koziarski | 2008-05-04 | 1 | -8/+8 | |
| | | | | | | Instead of requiring the initializer and initializing the logger, create the file manually before tailing it. [atnan] Closes #8665 (trac) | |||||
* | PostgreSQL: Connect to template1 database when creating or dropping db | Pete Deffendol | 2008-05-04 | 1 | -2/+2 | |
| | | | | | | | | | | * The template1 database is always available on a PostgreSQL install * The previous behavior expected a database with the same name as the connecting user, which may not be available Signed-off-by: Michael Koziarski <michael@koziarski.com> [#38 state:resolved] | |||||
* | Improve documentation coverage and markup | Xavier Noria | 2008-05-02 | 1 | -2/+2 | |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | |||||
* | Made the location of the routes file configurable with ↵ | David Heinemeier Hansson | 2008-05-01 | 2 | -0/+12 | |
| | | | | config.routes_configuration_file (Scott Fleckenstein) [#88 state:resolved] | |||||
* | Prevent AssetTagHelper from crashing if RAILS_ROOT is not defined. Fixes ↵ | Hongli Lai (Phusion | 2008-05-01 | 1 | -2/+6 | |
| | | | | | | compatibility with Passenger. [#84 state:resolved] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
* | Fixed tabs to spaces [#47 state:resolved] | David Heinemeier Hansson | 2008-04-29 | 2 | -4/+4 | |
| | ||||||
* | run prepare callbacks after after_initialize blocks so config.to_prepare ↵ | Jeremy Kemper | 2008-04-28 | 1 | -3/+3 | |
| | | | | actually works | |||||
* | Be friendlier when upgrading apps with an old boot.rb. | John Barnette | 2008-04-28 | 1 | -0/+4 | |
| | | | | | | | If Rails doesn't respond to vendor_rails?, abort with an error asking the user to run 'rake rails:update'. Signed-Off-By: Michael Koziarski <michael@koziarski.com> | |||||
* | Use .gitignore as the convention for dummy file names. | Joshua Peek | 2008-04-24 | 6 | -0/+0 | |
| | ||||||
* | Rails Edge info returns the latest git commit hash [#36 state:resolved] | Francesc Esplugas | 2008-04-22 | 3 | -43/+39 | |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
* | Fallback to Ruby's pseudo random number generator if the system does not ↵ | Joshua Peek | 2008-04-21 | 1 | -1/+6 | |
| | | | | have SHA512 installed. | |||||
* | Don't require generator_test_helper in RailsGeneratorTest. | Joshua Peek | 2008-04-21 | 1 | -3/+12 | |
| | ||||||
* | Add .empty files to empty directories so git preserves them. | Joshua Peek | 2008-04-21 | 6 | -0/+0 | |
| | ||||||
* | * Remove default_url_options from mailer generator | Cody Fauser | 2008-04-21 | 2 | -5/+3 | |
| | | | | | | * Improve mailer documentation regarding generating URLs * Add no_match to mailer generator to warn contributors about default_url_options Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
* | Add back empty plugin folders that were lost when we moved to git. | Joshua Peek | 2008-04-21 | 4 | -32/+32 | |
| | ||||||
* | Revert "Update plugin loading tests to reflect changes in plugin fixtures." | Joshua Peek | 2008-04-21 | 3 | -79/+86 | |
| | | | | This reverts commit eef9002968609a0d8d4a8006aebcd6f18f993f4a. | |||||
* | Update plugin loading tests to reflect changes in plugin fixtures. | Joshua Peek | 2008-04-21 | 3 | -86/+79 | |
| | ||||||
* | Gem dependencies don't require a version. Also fixed up failing gem ↵ | Joshua Peek | 2008-04-21 | 2 | -3/+5 | |
| | | | | dependency tests. | |||||
* | Mock RailsFCGIHandler and Dispatcher to stop mocha deprecation warnings. | Joshua Peek | 2008-04-21 | 1 | -6/+24 | |
| | ||||||
* | Add example for default_url_options[:host] to generated mailers. | Mislav Marohnić | 2008-04-18 | 2 | -2/+9 | |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
* | Changed mailer generator to not use instance variables. | Mislav Marohnić | 2008-04-18 | 2 | -12/+12 | |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
* | Cleanup generator tests by extracting repeated code into ↵ | Mislav Marohnić | 2008-04-18 | 6 | -364/+227 | |
| | | | | | | generator_test_helper. Add test for mailer generator. Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
* | Refactor Dispatcher callbacks to remove unnecessary Dependencies checks in ↵ | Pratik Naik | 2008-04-18 | 3 | -11/+23 | |
| | | | | production environment. | |||||
* | Added Rails.public_path to control where HTML and assets are expected to be ↵ | David Heinemeier Hansson | 2008-04-13 | 2 | -0/+10 | |
| | | | | 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 | 2 | -1/+6 | |
| | | | | Southern Hemisphere | |||||
* | Allow freezing to specific releases with rake rails:freeze:edge ↵ | Michael Koziarski | 2008-04-12 | 1 | -6/+9 | |
| | | | | RELEASE=1.2.0 per-release zip files are generated automatically by git-archive on dev.rubyonrails.org. | |||||
* | Now that we have gems:unpack and gems:build allowing for integration of | David Dollar | 2008-04-11 | 2 | -7/+43 | |
| | | | | | | | | | | | | 100% of your gems into vendor/ it would be nice to have the ability to automatically unpack the full dependency tree of your specified gems. This patch adds the rake task gems:unpack:dependencies to do this. Usage: gems:unpack:dependencies # unpack all dependencies gems:unpack:dependencies GEM=foo # unpack all dependencies for gem foo | |||||
* | rake rails:freeze:edge using ↵ | Jeremy Kemper | 2008-04-10 | 1 | -29/+19 | |
| | | | | http://dev.rubyonrails.org/archives/rails_edge.zip instead of Subversion | |||||
* | Require rubygems if needed when initializing GemDependency instances | Rick Olson | 2008-04-09 | 1 | -0/+1 | |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9245 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | Don't require rails/gem_builder during rails initialization, it's only ↵ | Rick Olson | 2008-04-08 | 5 | -7/+17 | |
| | | | | | | needed for the gems:build task. [rick] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9240 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | set ActiveSupport.escape_html_entities_in_json = false for new rails apps | Rick Olson | 2008-04-08 | 1 | -1/+5 | |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9239 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | script/performance/profiler compatibility with the ruby-prof >= 0.5.0. ↵ | Josh Peek | 2008-04-07 | 2 | -1/+3 | |
| | | | | | | Closes #9176. [Catfish] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9236 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | Update fcgi dispatcher test cases. Closes #11471 [guillaume] | Jeremy Kemper | 2008-04-03 | 1 | -7/+23 | |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9220 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | missed an added file | Rick Olson | 2008-04-02 | 2 | -1/+21 | |
| | | | | 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 | 4 | -8/+40 | |
| | | | | | | native extensions. Closes #11513 [ddollar] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9215 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | Fix that config.to_prepare dependency error. Closes #10520 [akaspick, Pratik] | Pratik Naik | 2008-04-02 | 1 | -2/+4 | |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9211 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | spell check | Rick Olson | 2008-04-01 | 1 | -1/+1 | |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9205 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | Add config.active_support for future configuration options. Also, add more ↵ | Rick Olson | 2008-04-01 | 3 | -0/+15 | |
| | | | | | | 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 | |||||
* | Use class << self | David Heinemeier Hansson | 2008-04-01 | 1 | -18/+20 | |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9201 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | gems should be specified before plugins | David Heinemeier Hansson | 2008-04-01 | 1 | -5/+5 | |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9199 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | Added examples for config.gem | David Heinemeier Hansson | 2008-04-01 | 1 | -0/+6 | |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9198 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | Improving railties test coverage. Closes #11496 [miloops] | Jeremy Kemper | 2008-04-01 | 5 | -3/+26 | |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9197 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | PostgreSQL: use create_ and drop_database for rake tasks. Closes #9045 [ez, ↵ | Jeremy Kemper | 2008-04-01 | 1 | -18/+26 | |
| | | | | | | nicksieger] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9183 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | Add Rails.logger, Rails.root, Rails.env and Rails.cache shortcuts for ↵ | Pratik Naik | 2008-04-01 | 2 | -0/+18 | |
| | | | | | | RAILS_* constants git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9180 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | Update generator tests. Closes #11487 [thechrisoshow] | Jeremy Kemper | 2008-04-01 | 6 | -159/+163 | |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9176 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | Fixed charset/collation for rake db:create (closes #11331) [matt] | David Heinemeier Hansson | 2008-03-31 | 1 | -2/+2 | |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9170 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | |||||
* | Allow files in plugins to be reloaded like the rest of the application. [rick] | Rick Olson | 2008-03-31 | 3 | -1/+34 | |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9167 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |