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
*
Add __FILE__ and __LINE__ to eval
Nicholas Seckar
2005-10-15
1
-1
/
+1
*
Shorten long line
Nicholas Seckar
2005-10-15
1
-1
/
+4
*
Allow ARStore::Session to indicate that it should not be reloaded in dev mode
Jamis Buck
2005-10-15
2
-1
/
+20
*
Austin Ziegler made Text::Simple available to Rails/ActionMailer under a MIT-...
David Heinemeier Hansson
2005-10-15
2
-14
/
+35
*
Renaming the deprecated finder test
Michael Koziarski
2005-10-15
1
-1
/
+1
*
Clean up error pages by providing better backtraces
Nicholas Seckar
2005-10-15
5
-39
/
+19
*
Added Extension extension to provide support for clean backtraces.
Nicholas Seckar
2005-10-15
2
-0
/
+20
*
reasoning behind the seemingly duplicated method
Michael Koziarski
2005-10-15
1
-1
/
+2
*
Add code and message to test response as per #2460
Michael Koziarski
2005-10-15
1
-0
/
+8
*
squash the memleak in dev mode finally (fingers crossed, here)
Jamis Buck
2005-10-15
2
-0
/
+23
*
Backed out of setting testing settings through initializer as that would brea...
David Heinemeier Hansson
2005-10-15
2
-27
/
+6
*
Should be RAILS_ROOT/test/fixtures.
Scott Barron
2005-10-15
1
-3
/
+3
*
Make freezing work with Windows
David Heinemeier Hansson
2005-10-15
1
-2
/
+3
*
Change default logging colors to work on both white and black backgrounds.
Sam Stephenson
2005-10-15
2
-6
/
+10
*
Added Rails framework freezing tasks: freeze_gems (freeze to current gems), f...
David Heinemeier Hansson
2005-10-15
2
-0
/
+33
*
Raise an exception if an attempt is made to insert more session data into the...
Marcel Molina
2005-10-15
4
-4
/
+56
*
action pack asserts don't spam you with unnecissary backtraces anymore
Tobias Lütke
2005-10-15
2
-69
/
+98
*
Updated documentation and fixed the spinner to reference the new spawner by d...
David Heinemeier Hansson
2005-10-15
2
-21
/
+10
*
Fixed the overeager test running
David Heinemeier Hansson
2005-10-15
2
-5
/
+3
*
Updated and clarified documentation for JavaScriptHelper to be more concise a...
Thomas Fuchs
2005-10-15
2
-6
/
+26
*
Adds update_javascripts task which will fetch all the latest js files from ra...
Tobias Lütke
2005-10-15
3
-0
/
+9
*
Cleaned up test_helper
David Heinemeier Hansson
2005-10-15
2
-20
/
+16
*
Fixed script/performance
David Heinemeier Hansson
2005-10-15
2
-2
/
+2
*
If a component redirects when called with render_component_as_string, render the
Scott Barron
2005-10-15
2
-3
/
+34
*
Really fix #1896. YAML class structure changed between 1.8.2 and 1.8.3, brea...
Jeremy Kemper
2005-10-15
1
-1
/
+1
*
Updated whiny nil to be more concise and useful.
Nicholas Seckar
2005-10-15
3
-16
/
+12
*
Eliminate an obsolete comment.
Marcel Molina
2005-10-15
1
-2
/
+0
*
Support ordered YAML fixtures. #1896
Jeremy Kemper
2005-10-15
4
-4
/
+50
*
Add changelog
Nicholas Seckar
2005-10-15
1
-0
/
+2
*
Cleaned up some docs
David Heinemeier Hansson
2005-10-15
2
-3
/
+3
*
Take retry with breakpoint out until we fix it
David Heinemeier Hansson
2005-10-15
1
-1
/
+1
*
Fix Request#host_with_port to use the standard port when Rails is behind a pr...
Nicholas Seckar
2005-10-15
5
-7
/
+46
*
Adds :nullify option to :depends. Closes #2015 (Robby Russell)
Tobias Lütke
2005-10-15
8
-22
/
+88
*
r3618@sedna: jeremy | 2005-10-14 12:06:03 -0700
Jeremy Kemper
2005-10-15
3
-5
/
+55
*
Change quote delimiters for sql interpolation to obviate SyntaxErrors. Closes...
Marcel Molina
2005-10-14
2
-1
/
+9
*
Added cleaning of RAILS_ROOT to useless elements such as '../non-dot-dot/'. P...
Nicholas Seckar
2005-10-14
2
-1
/
+4
*
Finished move
David Heinemeier Hansson
2005-10-14
4
-2
/
+2
*
Moving perform to performance
David Heinemeier Hansson
2005-10-14
6
-2
/
+2
*
Clean-up fix a bit
David Heinemeier Hansson
2005-10-14
1
-6
/
+8
*
Made the instantiated/transactional fixtures settings be controlled through R...
Florian Weber
2005-10-14
3
-1
/
+35
*
r3619@sedna: jeremy | 2005-10-14 14:41:24 -0700
Jeremy Kemper
2005-10-14
13
-20
/
+20
*
SQL Server needs to quote booleans just like MySQL 1/0
David Heinemeier Hansson
2005-10-14
1
-0
/
+8
*
Only dump schema if schema_format is :ruby
David Heinemeier Hansson
2005-10-14
1
-1
/
+1
*
Avoid memleak in dev mode with fastcgi
Jamis Buck
2005-10-14
2
-4
/
+11
*
Sanitize benchmarker. [times] argument is optional, defaults to 1.
Jeremy Kemper
2005-10-14
1
-5
/
+12
*
Fix commands/perform
Jeremy Kemper
2005-10-14
1
-1
/
+1
*
Back out of [2548].
Marcel Molina
2005-10-14
1
-18
/
+18
*
DRYed up Associations#clear. Closes #1906 [Caleb]
Tobias Lütke
2005-10-14
6
-36
/
+37
*
Update docs
David Heinemeier Hansson
2005-10-14
3
-3
/
+3
*
Added Enumerable#first_match
Nicholas Seckar
2005-10-14
3
-0
/
+26
[next]