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
*
Merge [5822] from 1.2 (oops, wrong order).
Jeremy Kemper
2007-01-01
1
-9
/
+14
*
Set session to an empty hash if :new_session => false and no session cookie o...
Jeremy Kemper
2007-01-01
2
-1
/
+9
*
tighten test_load_once_paths_should_behave_when_recursively_loading
Jeremy Kemper
2007-01-01
1
-2
/
+3
*
Check for nil name also. Closes #6561.
Jeremy Kemper
2006-12-31
2
-2
/
+8
*
Make RDoc not spew errors on install because of HTML comments in code comments
David Heinemeier Hansson
2006-12-31
2
-5
/
+4
*
Fix Dependencies.autoloaded? to ignore anonymous modules. Closes #6561.
Nicholas Seckar
2006-12-31
3
-1
/
+6
*
Validating save returns boolean; update and create return responses.
Jeremy Kemper
2006-12-29
2
-6
/
+6
*
prefix_parameters pulls /:path/:params from the URI prefix
Jeremy Kemper
2006-12-29
2
-21
/
+20
*
try to appease the angry Oracle
Jamis Buck
2006-12-29
2
-2
/
+2
*
make sure query attributes on custom fields works as it used to
Jamis Buck
2006-12-29
2
-2
/
+29
*
doh typo in commit from the hip
Jeremy Kemper
2006-12-29
1
-1
/
+1
*
generate prefix parameters if undefined
Jeremy Kemper
2006-12-29
1
-0
/
+1
*
Query string support. Closes #6855.
Jeremy Kemper
2006-12-29
3
-6
/
+64
*
Routing uses URI escaping for path components and CGI escaping for query para...
Jeremy Kemper
2006-12-28
3
-9
/
+19
*
Ensure plugins are in the Dependencies.load_once_paths collection by default....
Rick Olson
2006-12-27
2
-4
/
+8
*
Make error_message_on handle nil objects. [dan]
Michael Koziarski
2006-12-27
2
-1
/
+7
*
Docs fix for columns_hash [bradediger]
Michael Koziarski
2006-12-27
1
-1
/
+1
*
Ensure dynamic finders are anchored to the beginning of the method name to pr...
Michael Koziarski
2006-12-27
2
-2
/
+9
*
Attempt at fixing the preparation_callbacks, nzkoz will double check
David Heinemeier Hansson
2006-12-27
1
-8
/
+2
*
False is a reasonable default
David Heinemeier Hansson
2006-12-27
1
-1
/
+1
*
Allow config.to_prepare to work, make the dispatcher safe to 're require'. [K...
Michael Koziarski
2006-12-26
3
-1
/
+4
*
Fix scaffold_resource generator so it respects the --pretend argument when cr...
Rick Olson
2006-12-26
2
-2
/
+6
*
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
[next]