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
...
*
forgot to save CHANGELOG
Rick Olson
2006-12-25
1
-0
/
+2
*
Fix assert_redirected_to bug where redirecting from a nested to to a top-leve...
Rick Olson
2006-12-25
3
-4
/
+26
*
Fix Webrick Daemon dispatching bug regarding a bad current working directory....
Rick Olson
2006-12-25
2
-1
/
+5
*
Update load once paths to prevent nested once constants from being detected a...
Nicholas Seckar
2006-12-24
2
-2
/
+8
*
Checkin failing test case related to load once paths
Nicholas Seckar
2006-12-24
3
-0
/
+33
*
Base#==, eql?, and hash methods. == returns true if its argument is identical...
Jeremy Kemper
2006-12-22
3
-0
/
+61
*
Singleton resources: POST /singleton => create, GET /singleton/new => new
Jeremy Kemper
2006-12-22
3
-24
/
+38
*
Use 400 Bad Request status for unrescued ActiveRecord::RecordInvalid exceptions.
Jeremy Kemper
2006-12-22
3
-1
/
+5
*
test that element name includes module nesting
Jeremy Kemper
2006-12-21
1
-0
/
+8
*
Pushing a record on an association collection doesn't unnecessarily load all ...
Jeremy Kemper
2006-12-21
4
-10
/
+15
*
HttpMock InvalidRequestError inspects the mismatched request
Jeremy Kemper
2006-12-21
1
-2
/
+2
*
Subclasses share superclass site until explicitly set. This way you can set S...
Jeremy Kemper
2006-12-21
4
-18
/
+45
*
move http_mock to lib so others can use it in their Ares tests
Jeremy Kemper
2006-12-21
2
-5
/
+4
*
DeprecatedInstanceVariable#inspect doesn't warn since test/unit, error logs, ...
Jeremy Kemper
2006-12-20
2
-1
/
+12
*
Oracle: fix connection reset failure. Closes #6846.
Jeremy Kemper
2006-12-20
2
-1
/
+3
*
Fix date helper :include_blank regression. Closes #3811. [mhw]
Jeremy Kemper
2006-12-20
2
-1
/
+44
*
Silence log_error deprecation warnings from inspecting deprecated instance va...
Jeremy Kemper
2006-12-19
3
-9
/
+19
*
Only cache GET requests with a 200 OK response. Closes #6514, #6743.
Jeremy Kemper
2006-12-19
3
-29
/
+94
*
Partially revert [5660] - makes more trouble than it resolves. References #57...
Jeremy Kemper
2006-12-19
3
-9
/
+4
*
Subclass instantiation doesn't try to explicitly require the corresponding su...
Jeremy Kemper
2006-12-19
4
-9
/
+41
*
use RAILS_DEFAULT_LOGGER in debug mode so we can log Dependencies activity
Jeremy Kemper
2006-12-19
1
-1
/
+3
*
utf8 mysql topics table
Jeremy Kemper
2006-12-19
1
-1
/
+1
*
Add a 'referer' attribute to TestRequest
Jamis Buck
2006-12-19
2
-0
/
+6
*
fix Rakefile so that the rdoc can be generated
Rick Olson
2006-12-19
1
-1
/
+1
*
Ensure render :json => ... skips the layout. Closes #6808 [Josh Peek]
Rick Olson
2006-12-19
3
-1
/
+14
*
fix faulty inheritance tests and that eager loading grabs the wrong inheritan...
Rick Olson
2006-12-19
3
-3
/
+18
*
Don't require test/unit since it tries to turn everything into a test run.
Jeremy Kemper
2006-12-18
1
-1
/
+1
*
Reapply plugin load path changes from [5720]
Michael Koziarski
2006-12-18
3
-10
/
+58
*
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
[prev]
[next]