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
path:
root
/
actionpack
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Register 'checked' as an HTML boolean attribute.
Hongli Lai (Phusion)
2008-11-18
2
-1
/
+2
*
Remove duplicate distribution of prototype and scriptaculous.
Michael Koziarski
2008-11-18
4
-7384
/
+0
*
Remove mention of long-dead define_javascript_functions
Michael Koziarski
2008-11-18
1
-3
/
+0
*
Update Prototype to 1.6.0.3 and update script.aculo.us to 1.8.2
Thomas Fuchs
2008-11-18
4
-520
/
+628
*
use :en as a default locale (in favor of :en-US)
Sven Fuchs
2008-11-18
7
-44
/
+44
*
Prevent assert_template failures when a render :inline is called before rende...
Luke Melia
2008-11-17
2
-10
/
+22
*
BACKWARDS INCOMPATIBLE: Renamed application.rb to application_controller.rb a...
David Heinemeier Hansson
2008-11-17
1
-8
/
+1
*
Fixed RedCloth and BlueCloth shouldn't preload. Instead just assume that they...
David Heinemeier Hansson
2008-11-17
2
-81
/
+74
*
Add text/plain to the browser_generated_types array as webkit and gecko can s...
Michael Koziarski
2008-11-16
1
-2
/
+2
*
Merge branch 'master' into testing
Jeremy Kemper
2008-11-15
18
-186
/
+601
|
\
|
*
auto_link helper: add intelligent ending closing bracket handling. add new te...
Mislav Marohnić
2008-11-15
2
-56
/
+94
|
*
refactor autolink helper. change tests to expect HTML-escaped URLs
Mislav Marohnić
2008-11-15
2
-39
/
+44
|
*
Missing changelogs for relative_url_root changes
Michael Koziarski
2008-11-14
1
-0
/
+2
|
*
Missing changelog for CSRF changes
Michael Koziarski
2008-11-14
1
-0
/
+6
|
*
Missing changelog for :only/:except on map.resources
Michael Koziarski
2008-11-14
1
-0
/
+2
|
*
A few more dependency updates
David Heinemeier Hansson
2008-11-14
1
-1
/
+1
|
*
Merge docrails.
Pratik Naik
2008-11-14
1
-3
/
+3
|
*
Merge branch 'master' of git@github.com:rails/rails
David Heinemeier Hansson
2008-11-14
2
-19
/
+40
|
|
\
|
|
*
Make inheritance of map.resources :only/:except options behave more predictably
Tom Stuart
2008-11-14
2
-19
/
+40
|
*
|
Prepare for RC2
David Heinemeier Hansson
2008-11-14
2
-2
/
+4
|
|
/
|
*
Make polymorphic_url compact given array [#1317 state:committed]
hiroshi
2008-11-14
3
-1
/
+14
|
*
Tag helper should output an attribute with the value 'false' instead of omitt...
Hongli Lai (Phusion)
2008-11-13
3
-5
/
+11
|
*
Fix map.resources to always generate named routes if they're needed
Tom Stuart
2008-11-13
2
-6
/
+85
|
*
Instead of overriding html_types, base the verification on browser_generated_...
Michael Koziarski
2008-11-13
2
-7
/
+20
|
*
fix two MimeType failing test cases
rick
2008-11-13
2
-7
/
+10
|
*
Changed request forgery protection to only worry about HTML-formatted content...
Jeff Cohen
2008-11-13
4
-55
/
+70
|
*
Add :only/:except options to map.resources
Tom Stuart
2008-11-12
2
-37
/
+247
*
|
Merge branch 'master' into testing
Jeremy Kemper
2008-11-11
4
-34
/
+53
|
\
|
|
*
Eliminate excess Regexp creation due to capture counting
Jeremy Kemper
2008-11-10
2
-4
/
+26
|
*
Pare down object creation during route building
Jeremy Kemper
2008-11-10
2
-30
/
+27
*
|
Ruby 1.9 compat: rescue Exception since minitest's assertion doesn't subclass...
Jeremy Kemper
2008-11-08
1
-2
/
+2
*
|
Wrap straggling mocha user with uses_mocha block
Jeremy Kemper
2008-11-08
1
-5
/
+7
*
|
Ruby 1.9 compat: CGI switched back to Tempfile
Jeremy Kemper
2008-11-08
1
-10
/
+4
*
|
Workaround lack of Mocha on 1.9 (hasn't been updated for minitest yet)
Jeremy Kemper
2008-11-08
1
-1
/
+2
*
|
Merge branch 'master' into testing
Jeremy Kemper
2008-11-08
1
-0
/
+46
|
\
|
|
*
Add some basic controller logging tests
Pratik Naik
2008-11-08
1
-0
/
+46
*
|
Merge branch 'master' into testing
Jeremy Kemper
2008-11-07
1
-0
/
+1
|
\
|
|
*
Work around ruby 1.9 segfault
Jeremy Kemper
2008-11-07
1
-0
/
+1
|
*
Don't worry about attribute ordering
Jeremy Kemper
2008-11-07
1
-1
/
+2
|
*
Check whether last arg is a Hash instead of duck-typing against []
Jeremy Kemper
2008-11-07
1
-4
/
+9
|
*
Use delete if the rhs is nil
Jeremy Kemper
2008-11-07
1
-1
/
+5
*
|
Merge branch 'master' into testing
Jeremy Kemper
2008-11-07
3
-3
/
+3
|
\
|
|
*
Simplify dispatcher callbacks to eliminate unnecessary stale thread purging. ...
Nick Sieger
2008-11-08
1
-1
/
+0
|
*
auto_link view helper was failing on URLs with colons after a query param
Rich Manalang
2008-11-07
2
-2
/
+3
*
|
Check whether last arg is a Hash instead of duck-typing against []
Jeremy Kemper
2008-11-07
1
-4
/
+9
*
|
Don't worry about attribute ordering
Jeremy Kemper
2008-11-07
1
-1
/
+2
*
|
Use delete if the rhs is nil
Jeremy Kemper
2008-11-07
1
-1
/
+5
*
|
Update AR integration tests for TestCase changes
Jeremy Kemper
2008-11-07
2
-12
/
+5
*
|
Move controller assertions from base TestCase to AC:: and AV::TestCase
Jeremy Kemper
2008-11-07
26
-265
/
+191
*
|
Remove controller assertions from Test::Unit::TestCase. Use ActionController:...
Jeremy Kemper
2008-11-07
3
-71
/
+58
|
/
[prev]
[next]