index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Really silence spec warnings when running GemDependency tests [#1308 state:re...
Jeffrey Hardy
2008-10-31
1
-3
/
+2
*
Don't include the path when checking class collisions [#545 state:resolved]
Joshua Peek
2008-10-13
1
-0
/
+3
*
Make VendorGemSourceIndex handle broken/missing specs generated by previous v...
Matt Jones
2008-10-13
4
-0
/
+50
*
Fix a number of errors in the config.gem mechanism.
Matt Jones
2008-10-05
11
-5
/
+189
*
Partially revert 185fe2e9cce737d69d3b47a656f3651ce152c0c1
Michael Koziarski
2008-09-24
1
-1
/
+1
*
Prevent deprecation warning in the tests
Michael Koziarski
2008-08-28
1
-1
/
+3
*
Deprecate Rails::SecretKeyGenerator in favor of ActiveSupport::SecureRandom.
Hongli Lai (Phusion
2008-08-27
1
-8
/
+0
*
The 'rails' command was broken by the last commit. Fix that.
Hongli Lai (Phusion
2008-08-26
1
-1
/
+7
*
When an unexpected exception is caught, tell the administrator to read the lo...
Hongli Lai (Phusion
2008-08-26
1
-0
/
+37
*
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 s...
Tarmo Tänav
2008-08-23
1
-0
/
+8
*
Initializer to sort files before eager loading. [#859 state:resolved]
Tom Ward
2008-08-22
3
-0
/
+23
*
Make requiring gems optional.
Ben Sandofsky
2008-08-04
1
-0
/
+9
*
Check for ActionMailer and ActionController before attempting to eager load t...
Sam Granieri
2008-07-24
1
-1
/
+20
*
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 state:re...
Joshua Peek
2008-07-11
1
-0
/
+19
*
Warn and uses singularized ModelName if a plural ModelName is given to script...
Pat George
2008-06-27
1
-0
/
+42
*
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 ge...
Jacek Becela
2008-06-08
7
-15
/
+33
*
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 upda...
Joshua Peek
2008-06-02
1
-8
/
+8
*
Merge docrails.
Pratik Naik
2008-05-25
2
-31
/
+31
*
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
*
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
*
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
*
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 dependenc...
Joshua Peek
2008-04-21
1
-0
/
+4
*
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
*
Changed mailer generator to not use instance variables.
Mislav Marohnić
2008-04-18
1
-6
/
+6
*
Cleanup generator tests by extracting repeated code into generator_test_helpe...
Mislav Marohnić
2008-04-18
5
-358
/
+225
*
Refactor Dispatcher callbacks to remove unnecessary Dependencies checks in pr...
Pratik Naik
2008-04-18
1
-9
/
+12
*
Update fcgi dispatcher test cases. Closes #11471 [guillaume]
Jeremy Kemper
2008-04-03
1
-7
/
+23
*
Improving railties test coverage. Closes #11496 [miloops]
Jeremy Kemper
2008-04-01
4
-2
/
+25
*
Update generator tests. Closes #11487 [thechrisoshow]
Jeremy Kemper
2008-04-01
5
-137
/
+141
*
Added config.gem for specifying which gems are required by the application, a...
Rick Olson
2008-03-30
1
-0
/
+62
*
Missing test data
David Heinemeier Hansson
2008-03-27
4
-0
/
+5
*
Added Plugin#about method to programmatically access the about.yml in a plugi...
David Heinemeier Hansson
2008-03-27
2
-14
/
+27
*
Fixed that script/generate would not look for plugin generators in plugin_pat...
David Heinemeier Hansson
2008-03-13
3
-0
/
+48
*
Sort the results to remove platform dependent test failures
Michael Koziarski
2008-02-20
1
-2
/
+2
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
3
-3
/
+3
[prev]
[next]