Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When an unexpected exception is caught, tell the administrator to read the ↵ | Hongli Lai (Phusion | 2008-08-26 | 1 | -0/+37 |
| | | | | | | log file for more information about the error. This should make things less confusing for developers who are new to Rails. Signed-off-by: Michael Koziarski <michael@koziarski.com> | ||||
* | Generate belongs_to association when generating a model | Tarmo Tänav | 2008-08-23 | 1 | -0/+8 |
| | |||||
* | Generate belongs_to associations automatically for 'references' types [#640 ↵ | Tarmo Tänav | 2008-08-23 | 1 | -0/+8 |
| | | | | state:resolved] | ||||
* | Initializer to sort files before eager loading. [#859 state:resolved] | Tom Ward | 2008-08-22 | 3 | -0/+23 |
| | | | | | | | | Changed Rails::Initializer to sort files before eager loading them. This ensures that any files in a parent directory will be loaded before files in a subdirectory of the 'same' name. i.e. zoo.rb will be loaded before zoo/reptile_house.rb Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Make requiring gems optional. | Ben Sandofsky | 2008-08-04 | 1 | -0/+9 |
| | | | | | Signed-off-by: Michael Koziarski <michael@koziarski.com> [#743 state:resolved] | ||||
* | Check for ActionMailer and ActionController before attempting to eager load ↵ | Sam Granieri | 2008-07-24 | 1 | -1/+20 |
| | | | | | | their view paths Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Stub out timestamped_migrations in generator tests | Joshua Peek | 2008-07-19 | 1 | -1/+2 |
| | |||||
* | Merge with docrails. | Pratik Naik | 2008-07-16 | 1 | -1/+1 |
| | |||||
* | Added tests to show that 2d372d7 breaks old generator behavior (#545 ↵ | Joshua Peek | 2008-07-11 | 1 | -0/+19 |
| | | | | state:resolved) | ||||
* | Warn and uses singularized ModelName if a plural ModelName is given to ↵ | Pat George | 2008-06-27 | 1 | -0/+42 |
| | | | | | | script/generate. Override with --force-plural. [#333 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Fix discrepancies with loading rails/init.rb from gems. [#324 state:resolved] | rick | 2008-06-08 | 1 | -1/+1 |
| | |||||
* | Make plugins initialize also from rails/init.rb to ensure consistency with ↵ | Jacek Becela | 2008-06-08 | 7 | -15/+33 |
| | | | | | | gems used as plugins [#272 state:resolved] | ||||
* | Wrap Initializer after_initialize inside mocha block. | Joshua Peek | 2008-06-07 | 1 | -48/+48 |
| | |||||
* | Fix that Rails::InfoController tests | Pratik Naik | 2008-06-05 | 1 | -0/+4 |
| | |||||
* | Fixed deprecated call to Dependencies in plugin loader test. | Joshua Peek | 2008-06-04 | 1 | -4/+4 |
| | |||||
* | Fixed initializer tests by stubbing out gems dependencies check. | Joshua Peek | 2008-06-02 | 1 | -16/+18 |
| | |||||
* | In 9c4f003, gem installation quotes versions. Do the same for unpack and ↵ | Joshua Peek | 2008-06-02 | 1 | -8/+8 |
| | | | | update tests to reflect the change. | ||||
* | Merge docrails. | Pratik Naik | 2008-05-25 | 2 | -31/+31 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Add some test coverage for RailsControllerGenerator. | Joshua Peek | 2008-05-13 | 2 | -10/+44 |
| | |||||
* | 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 | 1 | -38/+32 |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | 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 | 1 | -3/+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 | 1 | -0/+4 |
| | | | | 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 | 1 | -1/+4 |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Changed mailer generator to not use instance variables. | Mislav Marohnić | 2008-04-18 | 1 | -6/+6 |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Cleanup generator tests by extracting repeated code into ↵ | Mislav Marohnić | 2008-04-18 | 5 | -358/+225 |
| | | | | | | 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 | 1 | -9/+12 |
| | | | | production environment. | ||||
* | 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 | ||||
* | Improving railties test coverage. Closes #11496 [miloops] | Jeremy Kemper | 2008-04-01 | 4 | -2/+25 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9197 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Update generator tests. Closes #11487 [thechrisoshow] | Jeremy Kemper | 2008-04-01 | 5 | -137/+141 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9176 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Added config.gem for specifying which gems are required by the application, ↵ | Rick Olson | 2008-03-30 | 1 | -0/+62 |
| | | | | | | as well as rake tasks for installing and freezing gems. [rick] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9140 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Missing test data | David Heinemeier Hansson | 2008-03-27 | 4 | -0/+5 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9100 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Added Plugin#about method to programmatically access the about.yml in a ↵ | David Heinemeier Hansson | 2008-03-27 | 2 | -14/+27 |
| | | | | | | plugin (closes #10979) [lazyatom] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9098 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Fixed that script/generate would not look for plugin generators in ↵ | David Heinemeier Hansson | 2008-03-13 | 3 | -0/+48 |
| | | | | | | plugin_paths (closes #11000) [glv] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9017 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Sort the results to remove platform dependent test failures | Michael Koziarski | 2008-02-20 | 1 | -2/+2 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8915 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 3 | -3/+3 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8569 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 8 | -11/+11 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8568 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Ruby 1.9 compatibility. References #1689. | Jeremy Kemper | 2007-12-17 | 1 | -0/+2 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8431 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 ↵ | Jeremy Kemper | 2007-12-10 | 4 | -32/+32 |
| | | | | | | [Pratik Naik] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8365 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Allow double quotes around RAILS_GEM_VERSION also. Closes #10443 [James Cox] | Jeremy Kemper | 2007-12-10 | 1 | -0/+5 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8358 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Fix typos (closes #10378) | David Heinemeier Hansson | 2007-12-05 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8301 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Introduce SecretKeyGenerator for more secure session secrets than ↵ | Jeremy Kemper | 2007-11-28 | 1 | -0/+35 |
| | | | | | | CGI::Session's pseudo-random id generator. Consider extracting to Active Support later. Closes #10286. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8229 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | RAILS_GEM_VERSION may be set to any valid gem version specifier. Closes #10057. | Jeremy Kemper | 2007-11-17 | 1 | -2/+14 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8160 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Load config/preinitializer.rb, if present, before loading the environment. ↵ | Jeremy Kemper | 2007-11-17 | 1 | -1/+18 |
| | | | | | | Closes #9943. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8159 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |