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
*
Update Exception extension to show the first few framework frames in an appli...
Nicholas Seckar
2005-10-16
3
-2
/
+24
*
Fix rake dev and related commands
Nicholas Seckar
2005-10-16
3
-4
/
+10
*
Remove util.js
David Heinemeier Hansson
2005-10-16
1
-1
/
+0
*
Don't rdoc the Version module
Jamis Buck
2005-10-16
1
-1
/
+1
*
Update/clean up ActiveRecord documentation (rdoc)
Jamis Buck
2005-10-16
4
-6
/
+45
*
Update/clean up AP documentation (rdoc)
Jamis Buck
2005-10-16
11
-34
/
+45
*
Update/extend ActionMailer documentation (rdoc)
Jamis Buck
2005-10-16
8
-17
/
+131
*
Merge remainder of util.js into effects.js
Sam Stephenson
2005-10-16
6
-1099
/
+582
*
Add unit tests for exception extensions
Nicholas Seckar
2005-10-16
1
-0
/
+24
*
Try to figure out which mysql socket to use. Default to /path/to/your/mysql....
Jeremy Kemper
2005-10-16
3
-4
/
+12
*
Use expand_path for app_name so, e.g., rails . is supported
Jeremy Kemper
2005-10-16
1
-1
/
+1
*
Add missing file
Nicholas Seckar
2005-10-16
1
-0
/
+21
*
Made the rails command use the application name for database names in the tai...
Florian Weber
2005-10-16
3
-4
/
+6
*
r3959@asus: jeremy | 2005-10-16 00:09:09 -0700
Jeremy Kemper
2005-10-16
1
-0
/
+2
*
r3957@asus: jeremy | 2005-10-16 00:01:55 -0700
Jeremy Kemper
2005-10-16
1
-0
/
+20
*
r3616@asus: jeremy | 2005-09-26 23:09:28 -0700
Jeremy Kemper
2005-10-16
13
-42
/
+113
*
Upgrade to Prototype 1.4.0_rc0
Sam Stephenson
2005-10-16
3
-338
/
+844
*
Documentation updates/fixes for railties
Jamis Buck
2005-10-16
10
-19
/
+66
*
Comment out the memory leak test because it b0rks the testing environment. Up...
Jamis Buck
2005-10-16
2
-19
/
+22
*
added assert_valid to AP
Tobias Lütke
2005-10-16
4
-3
/
+61
*
Minero Aoki made TMail available to Rails/ActionMailer under the MIT license ...
David Heinemeier Hansson
2005-10-16
18
-53
/
+376
*
Fix bad commit. (Bad developer, bad\!)
Nicholas Seckar
2005-10-16
1
-1
/
+1
*
Add documentation for Rails::Initializer and Rails::Configuration
Jamis Buck
2005-10-16
1
-15
/
+178
*
Add line and file information to test process' get, post, etc methods
Nicholas Seckar
2005-10-16
1
-1
/
+1
*
Add temporary support for passing locals to render using string keys
Nicholas Seckar
2005-10-16
3
-2
/
+18
*
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
[next]