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
...
*
Another test that the deprecation spout is plugged.
Jeremy Kemper
2006-12-17
1
-0
/
+11
*
Deprecation: silence warnings when reporting test errors.
Jeremy Kemper
2006-12-17
3
-0
/
+31
*
Work around a cross-platform number_to_precision inconsistency in unit tests....
Jeremy Kemper
2006-12-17
1
-3
/
+7
*
Hash#slice(*keys) returns a new hash with only the given keys. #slice! replac...
Jeremy Kemper
2006-12-17
4
-5
/
+63
*
HashWithIndifferentAccess#to_hash converts to a Hash with String keys and the...
Jeremy Kemper
2006-12-16
4
-12
/
+47
*
Silence warnings; use more precise assertions.
Jeremy Kemper
2006-12-16
1
-2
/
+2
*
Revert [5720]
Michael Koziarski
2006-12-16
3
-51
/
+10
*
Make config.plugins affect $LOAD_PATH and remove duplication from $LOAD_PATH ...
Michael Koziarski
2006-12-15
3
-10
/
+51
*
Fix HTML::Node to output double quotes instead of single quotes. Closes #684...
Rick Olson
2006-12-14
3
-6
/
+8
*
Allow subclassed resources to share the site info [Rick]
Rick Olson
2006-12-13
4
-1
/
+49
*
Correctly report which filter halted the chain. References #6699.
Jeremy Kemper
2006-12-12
2
-5
/
+5
*
Fix issues with ActiveResource collection handling. Closes #6291. [bmilekic]
Rick Olson
2006-12-12
6
-26
/
+82
*
Ensure that DispatcherError is being thrown correctly when a malformed reques...
Kent Sibilev
2006-12-11
3
-0
/
+8
*
Fix remove_constant to correctly handle constant names of the form "::A::..."...
Nicholas Seckar
2006-12-09
4
-2
/
+16
*
Fix a bug in Routing where a parameter taken from the path of the current req...
Nicholas Seckar
2006-12-09
3
-3
/
+16
*
Rewrap scaffold_resource USAGE so it displays nicely on most terminals. Clos...
Jeremy Kemper
2006-12-08
1
-20
/
+28
*
Unrescued ActiveRecord::RecordNotFound responds with 404 instead of 500.
Jeremy Kemper
2006-12-08
3
-1
/
+5
*
Remove side effects of [5684]
Tobias Lütke
2006-12-08
2
-4
/
+4
*
Improved auto_link to match more valid urls correctly
Tobias Lütke
2006-12-07
3
-14
/
+22
*
added tests checking for nested singleton resources
Rick Olson
2006-12-07
1
-0
/
+26
*
fix docs for singleton resources
Rick Olson
2006-12-07
1
-4
/
+4
*
Add singleton resources. [Rick Olson]
Rick Olson
2006-12-07
3
-8
/
+209
*
Remove support for json in X-Post-Data-Format header since it's for backward ...
Jeremy Kemper
2006-12-06
1
-2
/
+0
*
Remove unrelated render :yaml changes. References #4185.
Jeremy Kemper
2006-12-06
2
-13
/
+5
*
Update changelog to reflect application/json content type.
Jeremy Kemper
2006-12-06
1
-1
/
+1
*
More thorough JSON tests. Use application/json by default, per rfc4627. Refer...
Jeremy Kemper
2006-12-06
3
-14
/
+26
*
respond_to recognizes JSON. render :json => @person.to_json automatically set...
Jeremy Kemper
2006-12-06
6
-0
/
+79
*
Changelog for bungled commit.
Jeremy Kemper
2006-12-06
1
-0
/
+2
*
Missed commit from [5686].
Jeremy Kemper
2006-12-06
2
-1
/
+4
*
Don't do introspection queries during locking tests [Michael Schoen]
Jeremy Kemper
2006-12-06
1
-2
/
+5
*
Bob's raining patches: fixes date_helper bugs and usability issues. Reference...
Jeremy Kemper
2006-12-06
5
-275
/
+1005
*
Consolidated different create and create! versions to call through to the bas...
Tobias Lütke
2006-12-06
5
-24
/
+71
*
find supports :lock with :include. Check whether your database allows SELECT ...
Jeremy Kemper
2006-12-05
3
-17
/
+32
*
AssociationCollection#any? takes a block [Michael Schoen]
Jeremy Kemper
2006-12-05
1
-3
/
+7
*
*_path instance methods. Check for missing/invalid site uri. http_mock respon...
Jeremy Kemper
2006-12-05
5
-33
/
+54
*
Add AssociationCollection#create! to be consistent with AssociationCollection...
Tobias Lütke
2006-12-05
3
-8
/
+20
*
Added counter optimization for AssociationCollection#any? so person.friends.a...
David Heinemeier Hansson
2006-12-05
3
-0
/
+8
*
Fixed script/process/spawner to work properly with Mongrel including in -r (d...
David Heinemeier Hansson
2006-12-04
2
-4
/
+16
*
Dropped the idea of automatically routing :format for the vanilla routes -- t...
David Heinemeier Hansson
2006-12-04
4
-9
/
+34
*
Added support for decimal types. Closes #6676.
Kent Sibilev
2006-12-03
9
-10
/
+27
*
Documentation for generators (closes #6671) [topfunky]
David Heinemeier Hansson
2006-12-03
1
-24
/
+73
*
Fixed Array#to_xml when it contains a series of hashes (each piece would get ...
David Heinemeier Hansson
2006-12-03
3
-2
/
+14
*
Added Request#format to return the format used for the request as a mime type...
David Heinemeier Hansson
2006-12-02
4
-0
/
+32
*
Added the option for extension aliases to mime type registration [DHH] Refact...
David Heinemeier Hansson
2006-12-02
4
-65
/
+33
*
Wups
David Heinemeier Hansson
2006-12-01
1
-4
/
+4
*
Subclasses of an abstract class work with single-table inheritance. Closes #5...
Jeremy Kemper
2006-12-01
6
-11
/
+70
*
If only life was that simple (it didnt help)
David Heinemeier Hansson
2006-12-01
5
-10
/
+25
*
Replace the elaborate reloading connection checking scheme, just fix the Ruby...
David Heinemeier Hansson
2006-12-01
5
-25
/
+10
*
Added one-letter aliases for the three default environments to script/console...
David Heinemeier Hansson
2006-12-01
2
-1
/
+10
*
Refactored to use same option setup
David Heinemeier Hansson
2006-11-30
1
-6
/
+11
[prev]
[next]