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
*
Updated
David Heinemeier Hansson
2007-09-29
1
-3
/
+19
*
Mark Test::Unit#assert_difference incompatibility with Ruby 2 due to Proc#bin...
Jeremy Kemper
2007-09-29
2
-33
/
+37
*
Fixed that a response has to be available for that exact mime type for it to ...
David Heinemeier Hansson
2007-09-29
1
-1
/
+1
*
Remind that you need a server restart for initializer defaults
David Heinemeier Hansson
2007-09-29
3
-1
/
+5
*
Test::Unit#assert_difference Ruby 1.9 compat
Jeremy Kemper
2007-09-29
1
-2
/
+2
*
JSON decoding Ruby 1.9 compat. Mark a section that's unnecessarily slow.
Jeremy Kemper
2007-09-29
1
-5
/
+6
*
Fixed that strip_tags blows up with invalid html (closes #9730) [lifo]
David Heinemeier Hansson
2007-09-29
2
-4
/
+9
*
Ensure request is present, as well as defined. [nzkoz]
Michael Koziarski
2007-09-29
1
-4
/
+4
*
Failing counter cache test. References #6896.
Jeremy Kemper
2007-09-28
1
-0
/
+18
*
Missing test
David Heinemeier Hansson
2007-09-28
1
-0
/
+148
*
Re-enable Routing optimisation code for _url methods, add defined?(request) t...
Michael Koziarski
2007-09-28
3
-17
/
+23
*
Moved the SourceAnnotationExtractor to a separate file in case libraries try ...
Rick Olson
2007-09-28
3
-62
/
+65
*
Better error messages if you leave out the :secret option for request forgery...
Rick Olson
2007-09-28
5
-48
/
+86
*
Add missing require
Michael Koziarski
2007-09-28
1
-0
/
+1
*
[7668] part deux (forgot to add the railties love to the mix)
Rick Olson
2007-09-28
1
-0
/
+3
*
Allow ability to disable request forgery protection, disable it in test mode ...
Rick Olson
2007-09-28
12
-21
/
+75
*
Fixtures test fixes and general cleanup. Closes #9682 [norbert]
Jeremy Kemper
2007-09-28
3
-130
/
+113
*
Fixed spelling errors (closes #9706) [tarmo/rmm5t]
David Heinemeier Hansson
2007-09-28
52
-72
/
+72
*
MySQL: change_column raises if the table or column doesn't exist.
Jeremy Kemper
2007-09-28
1
-1
/
+5
*
BufferedLogger#add converts the message to a string. Closes #9724.
Jeremy Kemper
2007-09-28
3
-2
/
+15
*
Added :include option to to_json (closes #9677) [chuyeow]
David Heinemeier Hansson
2007-09-28
3
-63
/
+84
*
Added fixture caching thatll speed up a normal fixture-powered test suite bet...
David Heinemeier Hansson
2007-09-28
4
-15
/
+90
*
Fixed the layout defaults (closes #9564) [lifo]
David Heinemeier Hansson
2007-09-28
8
-17
/
+96
*
Dependencies Ruby 1.9 compat
Jeremy Kemper
2007-09-27
2
-42
/
+40
*
send -> send! for some private methods
Jeremy Kemper
2007-09-27
2
-7
/
+7
*
Alias Object#send to send! for Ruby 1.9 forward compatibility.
Jeremy Kemper
2007-09-27
3
-0
/
+12
*
Convert the Ruby 1.9 enumerator to an array
Jeremy Kemper
2007-09-27
1
-1
/
+1
*
Mark String#each_char test failing with Ruby 1.9
Jeremy Kemper
2007-09-27
1
-0
/
+1
*
Extract InflectorTestCases so both inflector and string inflections tests can...
Jeremy Kemper
2007-09-27
4
-217
/
+225
*
Object#copy_instance_variables_from Ruby 1.9 compat
Jeremy Kemper
2007-09-27
4
-22
/
+23
*
Mark another Duration test failing with Ruby 1.9
Jeremy Kemper
2007-09-27
1
-0
/
+1
*
Prefer class_eval with block to many sends for Ruby 1.9 compat
Jeremy Kemper
2007-09-27
1
-53
/
+72
*
Hax to workaround private send for Ruby 1.9. Consider moving to send! and ali...
Jeremy Kemper
2007-09-27
1
-7
/
+7
*
Use instance_variable_defined? instead of instance_variables.include? to acco...
Jeremy Kemper
2007-09-27
2
-11
/
+11
*
Backport Object#instance_variable_defined? for Ruby < 1.8.6.
Jeremy Kemper
2007-09-27
3
-0
/
+17
*
Mark Duration test failing with Ruby 1.9
Jeremy Kemper
2007-09-27
1
-2
/
+3
*
Date/Time/DateTime Ruby 1.9 compat
Jeremy Kemper
2007-09-27
5
-11
/
+16
*
Change test for ruby 1.9 crash
Jeremy Kemper
2007-09-27
1
-6
/
+4
*
Cleanup comment. References #9702, closes #9703.
Jeremy Kemper
2007-09-27
1
-1
/
+1
*
Avoid calling is_missing on LoadErrors. Closes #7460.
Nicholas Seckar
2007-09-27
2
-1
/
+3
*
BufferedLogger#add doesn't modify the message argument. Closes #9702.
Jeremy Kemper
2007-09-27
3
-1
/
+11
*
Reinstate the default AR.instantiate_observers to_prepare block.
Jeremy Kemper
2007-09-26
1
-0
/
+6
*
Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ ...
Jeremy Kemper
2007-09-26
9
-208
/
+240
*
Fix webrick when using the debugger (closes #9348) [bronson]
David Heinemeier Hansson
2007-09-25
1
-0
/
+1
*
Fix test (closes #9120) [hasmanyjosh]
David Heinemeier Hansson
2007-09-25
1
-1
/
+1
*
Use the correct generator name in the docs (closes #9111) [ceefour]
David Heinemeier Hansson
2007-09-25
1
-1
/
+1
*
Protect button_to behind protect_from_forgery (closes #9675) [lifo]
David Heinemeier Hansson
2007-09-25
2
-108
/
+45
*
Include the tests
David Heinemeier Hansson
2007-09-25
1
-0
/
+41
*
Add BufferedLogger#add #9667 [tomafro]
David Heinemeier Hansson
2007-09-25
1
-6
/
+11
*
Please do remember
David Heinemeier Hansson
2007-09-25
1
-0
/
+1
[next]