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
Commit message (
Expand
)
Author
Age
Files
Lines
*
strip_links is case-insensitive. Closes #6285.
Jeremy Kemper
2006-09-26
3
-1
/
+4
*
whitespace
Jeremy Kemper
2006-09-26
1
-5
/
+5
*
script/runner can run files, pass on arguments, and be used as a shebang. Clo...
Jeremy Kemper
2006-09-26
2
-6
/
+29
*
has_one associations with a nil target may be safely marshaled. Closes #6279.
Jeremy Kemper
2006-09-26
3
-2
/
+19
*
scaffold_resource naming, fixes #6276
Jeremy Kemper
2006-09-25
2
-4
/
+4
*
organize associations tests
Jeremy Kemper
2006-09-25
6
-2
/
+2
*
use a real test
Jeremy Kemper
2006-09-25
1
-9
/
+6
*
Removed invocation of deprecated before_action and around_action filter methods.
Kent Sibilev
2006-09-25
2
-7
/
+3
*
Duplicate the hash provided to AR::Base#to_xml to prevent unexpected side eff...
Michael Koziarski
2006-09-24
3
-1
/
+18
*
Clear the cache of possible controllers whenever Routes are reloaded.
Nicholas Seckar
2006-09-23
3
-2
/
+32
*
workaround collections loaded as :people => { :person => [{..attrs..}, {..att...
Jeremy Kemper
2006-09-22
2
-28
/
+44
*
Filters overhaul including meantime filter support for around filters. Closes...
Jeremy Kemper
2006-09-22
4
-230
/
+676
*
use ActiveRecordTestCase
Jeremy Kemper
2006-09-22
1
-2
/
+2
*
deprecation_method_warning and deprecation_horizon - fewer moving parts, easy...
Jeremy Kemper
2006-09-22
1
-1
/
+9
*
use :dependent => :destroy rather than :dependent => true
Jeremy Kemper
2006-09-22
1
-2
/
+2
*
Look for rake tasks in plugin subdirs. Closes #6259.
Jeremy Kemper
2006-09-22
2
-1
/
+3
*
Update RJS render tests.
Sam Stephenson
2006-09-20
2
-3
/
+5
*
Just use the vanilla mime type string, no need for fancy lookups [DHH]
David Heinemeier Hansson
2006-09-20
1
-2
/
+2
*
fixed failing tests now that non-GET requests are sent with .xml file ext. E...
Rick Olson
2006-09-20
4
-13
/
+30
*
Update CGI process to allow sessions to contain namespaced models. Closes #4638.
Nicholas Seckar
2006-09-20
2
-1
/
+3
*
Fix routing to respect user provided requirements and defaults when assigning...
Nicholas Seckar
2006-09-20
3
-9
/
+90
*
Hash.create_from_xml has been renamed to Hash.from_xml, alias will exist unti...
David Heinemeier Hansson
2006-09-20
6
-10
/
+17
*
Added map.connect ':controller/:action/:id.:format' as a default route to con...
David Heinemeier Hansson
2006-09-20
2
-0
/
+3
*
Implemented ./script/generate scaffold_resource comment body:text created_at:...
David Heinemeier Hansson
2006-09-19
7
-71
/
+120
*
Rescue Errno::ECONNRESET to handle an unexpectedly closed socket connection. ...
Jeremy Kemper
2006-09-18
2
-4
/
+6
*
test default content type for implicit rjs template render
Rick Olson
2006-09-18
2
-0
/
+10
*
Work-in-progress scaffolder for resources [DHH/Rick Olson]
David Heinemeier Hansson
2006-09-17
13
-0
/
+343
*
Added that respond_to blocks will automatically set the content type to be th...
David Heinemeier Hansson
2006-09-17
4
-2
/
+45
*
Add a :namespace option to AR::Base#to_xml [Koz]
Michael Koziarski
2006-09-17
3
-3
/
+16
*
Added proper getters and setters for content type and charset [DHH] Added utf...
David Heinemeier Hansson
2006-09-17
11
-14
/
+158
*
Updated prototype.js to 1.5.0_rc1 with latest fixes. [Rick Olson]
Rick Olson
2006-09-16
4
-56
/
+110
*
Provide access to the underlying SOAP driver.
Kent Sibilev
2006-09-16
2
-0
/
+4
*
Declare file extensions exempt from layouts. Closes #6219.
Jeremy Kemper
2006-09-16
3
-1
/
+51
*
Last version change, dammit
David Heinemeier Hansson
2006-09-15
1
-1
/
+1
*
Fix versions
David Heinemeier Hansson
2006-09-15
3
-4
/
+4
*
Version updates and missing licenses
David Heinemeier Hansson
2006-09-15
4
-4
/
+44
*
Dont run tests on gem creation
David Heinemeier Hansson
2006-09-15
1
-1
/
+2
*
Dont run FCGIDispatcher tests if mocha is not available
David Heinemeier Hansson
2006-09-15
3
-3
/
+10
*
Stray code.
Jeremy Kemper
2006-09-15
1
-2
/
+0
*
Deprecation tests. Remove warnings for dynamic finders and for the foo_count ...
Jeremy Kemper
2006-09-15
16
-281
/
+393
*
assert_deprecated returns result of block
Jeremy Kemper
2006-09-15
3
-7
/
+21
*
assert_deprecated matches any warning caught in block
Jeremy Kemper
2006-09-15
2
-3
/
+12
*
alias_method_chain yields method target and punctuation to simplify wrapper m...
Jeremy Kemper
2006-09-15
3
-7
/
+24
*
remove implicit primary actions - more pain than gain. test collection actio...
Jeremy Kemper
2006-09-14
2
-32
/
+36
*
Add chained replace/update support for assert_select_rjs [Rick Olson]
Rick Olson
2006-09-14
3
-10
/
+67
*
Mock Time.now for more accurate Touch mixin tests. Closes #6213.
Jeremy Kemper
2006-09-14
2
-10
/
+46
*
session_migration generator adds an index on updated_at. Closes #6207.
Jeremy Kemper
2006-09-13
2
-1
/
+4
*
Improve yaml fixtures error reporting. Closes #6205.
Jeremy Kemper
2006-09-13
2
-13
/
+18
*
script/server creates the tmp/pids directory. Closes #6204.
Jeremy Kemper
2006-09-13
2
-1
/
+3
*
All verbs should use formatted urls [DHH]
David Heinemeier Hansson
2006-09-13
1
-3
/
+3
[next]