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
...
*
misc doc fixes + Add ActiveResource to Rails::Info. Closes #8741, #9008, #90...
Rick Olson
2007-07-25
1
-0
/
+7
*
Missing test
David Heinemeier Hansson
2007-06-23
1
-0
/
+106
*
Added --skip-migration option to scaffold and resource generators (closes #86...
David Heinemeier Hansson
2007-06-23
2
-37
/
+60
*
Fixed that dispatcher preparation callbacks only run once in production mode....
Rick Olson
2007-06-15
1
-0
/
+7
*
Get picky about weird Ruby style.
Jeremy Kemper
2007-06-10
1
-12
/
+12
*
Scaffolded validation errors set the appropriate HTTP status for XML response...
Jeremy Kemper
2007-06-10
1
-28
/
+30
*
Missed svn add from [6897]. References #8393.
Jeremy Kemper
2007-05-29
1
-0
/
+25
*
Generated migrations include timestamps by default. Closes #8501.
Jeremy Kemper
2007-05-29
1
-1
/
+12
*
Scaffold generator tests. Closes #8443.
Jeremy Kemper
2007-05-23
2
-0
/
+344
*
Fix generator test broken by scaffold change. Closes #8402.
Jeremy Kemper
2007-05-18
1
-4
/
+0
*
Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...
David Heinemeier Hansson
2007-04-28
1
-28
/
+0
*
Canonicalize configuration.root_path and replace RAILS_ROOT.
Jeremy Kemper
2007-03-29
2
-16
/
+5
*
Move responsibility for ensuring that all registered gems were loaded from th...
Marcel Molina
2007-03-03
1
-8
/
+8
*
Split out the basic plugin locator functionality into an abstract super class...
Marcel Molina
2007-03-02
3
-22
/
+23
*
Split plugin location and loading out of the initializer and into a new Plugi...
Marcel Molina
2007-03-02
5
-111
/
+136
*
Dispatcher test requires abstract_unit. Cleanup abstract_unit.
Jeremy Kemper
2007-03-01
2
-8
/
+3
*
Reapply plugin load path changes from [5720]
Michael Koziarski
2006-12-18
1
-3
/
+34
*
Revert [5720]
Michael Koziarski
2006-12-16
1
-28
/
+2
*
Make config.plugins affect $LOAD_PATH and remove duplication from $LOAD_PATH ...
Michael Koziarski
2006-12-15
1
-2
/
+28
*
Test session table pluralization. Closes #6459.
Jeremy Kemper
2006-11-20
1
-7
/
+17
*
Nested class gets qualified names.
Jeremy Kemper
2006-11-11
1
-2
/
+2
*
Dont run FCGIDispatcher tests if mocha is not available
David Heinemeier Hansson
2006-09-15
3
-3
/
+10
*
Thoroughly test the FCGI dispatcher. Closes #5970.
Jeremy Kemper
2006-09-03
5
-12
/
+142
*
railties tests
Jeremy Kemper
2006-09-03
3
-12
/
+14
*
dispatcher test cosmetics
Jeremy Kemper
2006-08-29
1
-15
/
+15
*
Railties: axe junk webrick dispatcher test
Jeremy Kemper
2006-08-29
1
-27
/
+0
*
Railties: info tests passing
Jeremy Kemper
2006-08-29
1
-3
/
+7
*
Railties: info controller tests passing
Jeremy Kemper
2006-08-29
1
-0
/
+2
*
Railties: generator tests passing
Jeremy Kemper
2006-08-29
3
-7
/
+25
*
Cleaning up railties tests. Set RAILS_ROOT for Rails::Initializer if undefined.
Jeremy Kemper
2006-08-29
1
-0
/
+8
*
Add Dispatcher.to_prepare and config.to_prepare to provide a pre-request hook.
Nicholas Seckar
2006-08-06
1
-0
/
+49
*
Fix Rails info controller for postgres; Closes #4469.
Nicholas Seckar
2006-03-29
1
-12
/
+10
*
Remove ::Controllers related cruft; fix AP tests
Nicholas Seckar
2006-02-26
2
-17
/
+4
*
Rename Version constant to VERSION. Closes #2802.
Marcel Molina
2005-11-17
1
-2
/
+2
*
Added an omnipresent RailsInfoController with a properties action that delive...
Sam Stephenson
2005-11-08
1
-0
/
+54
*
Raise in stubby/init.rb if it doesn't have access to directory or config. lo...
Jeremy Kemper
2005-11-07
1
-1
/
+6
*
Fixed Rails generator tests (closes #2613) [torben [at] wolm.dk]
David Heinemeier Hansson
2005-11-07
1
-1
/
+1
*
New configuration option config.plugin_paths which may be a single path like ...
Jeremy Kemper
2005-11-07
5
-13
/
+86
*
Make use of silence_stderr in script/lighttpd, script/plugin, and Rails::Info
Sam Stephenson
2005-11-07
1
-11
/
+30
*
Move info.rb to rails_info.rb and load Rails::Info after initialization
Sam Stephenson
2005-11-05
1
-1
/
+1
*
Added script/about to display formatted Rails::Info output
Sam Stephenson
2005-11-05
1
-9
/
+5
*
Added Rails::Info to catalog assorted information about a Rails application's...
Sam Stephenson
2005-11-05
1
-0
/
+77
*
Make fcgi handler respond to TERM signals with an explicit exit
Jamis Buck
2005-11-02
1
-1
/
+16
*
Failsafe response handler for dispatcher.
Jeremy Kemper
2005-11-02
1
-1
/
+38
*
Fixed scaffold generator when started with only 1 parameter (closes #2609) [s...
David Heinemeier Hansson
2005-10-28
1
-0
/
+10
*
Constants set in the development/test/production environment file are set in ...
Jamis Buck
2005-10-23
2
-0
/
+37
*
r3576@sedna: jeremy | 2005-10-13 11:31:50 -0700
Jeremy Kemper
2005-10-13
1
-9
/
+3
*
Make table_name and controller_name in generators honor AR::Base.pluralize_ta...
Marcel Molina
2005-09-28
1
-0
/
+7
*
r3023@asus: jeremy | 2005-07-12 23:43:39 -0700
Jeremy Kemper
2005-07-13
4
-5
/
+8
*
r1588@asus: jeremy | 2005-07-02 03:14:45 -0700
Jeremy Kemper
2005-07-02
3
-7
/
+72
[prev]
[next]