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
...
*
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
*
Added another failing test
David Heinemeier Hansson
2007-09-25
1
-0
/
+24
*
Doh, forgot this file
David Heinemeier Hansson
2007-09-25
1
-0
/
+1
*
Better failing tests
David Heinemeier Hansson
2007-09-25
3
-6
/
+6
*
Added failing tests for iphone
David Heinemeier Hansson
2007-09-25
3
-6
/
+15
*
Doof. Don't call it with false if it doesn't respond.
Jeremy Kemper
2007-09-25
1
-1
/
+1
*
Skip test runner workaround only if Test::Unit is loaded. Closes #9671 [tomafro]
Jeremy Kemper
2007-09-25
1
-1
/
+1
*
Added ActiveSupport::BufferedLogger as a duck-typing alternative (albeit with...
David Heinemeier Hansson
2007-09-25
7
-8
/
+102
*
Updated iphone_with_html_response_type to fail as it uses the new register_al...
David Heinemeier Hansson
2007-09-24
1
-2
/
+2
*
Include the new 422 in the app generation
David Heinemeier Hansson
2007-09-24
1
-1
/
+1
*
Change from InvalidToken to InvalidAuthenticityToken to be more specific
David Heinemeier Hansson
2007-09-24
4
-29
/
+34
*
Stop rdoc from whining
David Heinemeier Hansson
2007-09-24
2
-8
/
+8
*
Object#instance_exec produces fewer garbage methods.
Jeremy Kemper
2007-09-24
3
-5
/
+35
*
Give a pointer on where to look for more
David Heinemeier Hansson
2007-09-24
1
-2
/
+2
*
Added a default 422.html page to be rendered when ActiveRecord::RecordInvalid...
David Heinemeier Hansson
2007-09-24
4
-2
/
+34
*
Move rescue_action_with_handler from rescue_action to perform_action so it is...
Jeremy Kemper
2007-09-24
1
-2
/
+2
*
Include asset host in public path cache key. Clear cache between asset tag te...
Jeremy Kemper
2007-09-24
3
-9
/
+22
*
protect new rails apps from csrf by default.
Rick Olson
2007-09-24
1
-0
/
+1
*
Fix ARes tests under jruby. [tom.enebo@gmail.com]
Michael Koziarski
2007-09-24
1
-1
/
+1
*
port over some of the csrf_killer README docs
Rick Olson
2007-09-24
1
-0
/
+13
*
Decode json strings as Dates/Times if they're using a YAML-compatible format....
Rick Olson
2007-09-24
3
-8
/
+29
*
Beefed up docs a bit
David Heinemeier Hansson
2007-09-24
1
-17
/
+27
*
Cache computed public asset paths.
Jeremy Kemper
2007-09-24
1
-16
/
+20
*
Cache more file existence checks. Flip-flop escaping.
Jeremy Kemper
2007-09-24
1
-9
/
+16
*
Cache file existence checks and the list of all stylesheet sources. Manually ...
Jeremy Kemper
2007-09-24
1
-7
/
+10
*
The tag helper may bypass escaping.
Jeremy Kemper
2007-09-24
3
-17
/
+32
*
Cache asset ids.
Jeremy Kemper
2007-09-24
2
-3
/
+14
*
escape_once uses negative lookahead to avoid double-escaping instead of a sec...
Jeremy Kemper
2007-09-24
1
-6
/
+1
*
Optimized named routes respect AbstractRequest.relative_url_root. Closes #9612.
Jeremy Kemper
2007-09-23
3
-4
/
+13
*
Fix docs (closes #9570) [anshkakashi]
David Heinemeier Hansson
2007-09-23
1
-1
/
+1
*
Follow our own conventions (closes #6506) [packagethief]
David Heinemeier Hansson
2007-09-23
1
-1
/
+1
*
Dont need all of test/unit (closes #6673) [zenspider/josh]
David Heinemeier Hansson
2007-09-23
2
-1
/
+2
[prev]
[next]