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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge pull request #7410 from sandeepravi/default_options_helper_value
Rafael Mendonça França
2012-08-21
1
-0
/
+1
*
Backport 5c51cd0: #send_file leans on Rack::Sendfile to X-Accel-Redirect the ...
Jeremy Kemper
2012-08-15
1
-2
/
+22
*
Dont stream back cookie value if it was set to the same value
brainopia
2012-08-10
1
-4
/
+6
*
Revert "Revert "Merge pull request #6084 from brainopia/support_for_magic_dom...
brainopia
2012-08-10
1
-0
/
+7
*
Merge branch '3-2-8' into 3-2-stable
Santiago Pastorino
2012-08-09
3
-4
/
+4
|
\
|
*
Bump to 3.2.8
Santiago Pastorino
2012-08-09
1
-1
/
+1
|
*
Do not mark strip_tags result as html_safe
Santiago Pastorino
2012-08-09
1
-1
/
+1
|
*
escape select_tag :prompt values
Santiago Pastorino
2012-08-09
1
-2
/
+2
|
*
Bump to 3.2.8.rc2
Santiago Pastorino
2012-08-03
1
-1
/
+1
*
|
Remove references to old behavior with headers at
Rafael Mendonça França
2012-08-07
1
-4
/
+3
*
|
Rearrange example output of javascript_include_tag
Prem Sichanugrist
2012-08-06
1
-2
/
+2
*
|
Do not include application.js if it doesn't exists
Prem Sichanugrist
2012-08-06
1
-5
/
+6
*
|
Revert "Merge pull request #6084 from brainopia/support_for_magic_domain_on_a...
Rafael Mendonça França
2012-08-05
1
-7
/
+0
*
|
Merge pull request #6084 from brainopia/support_for_magic_domain_on_all_stores
José Valim
2012-08-02
1
-0
/
+7
|
/
*
Bump to 3.2.8.rc1
Santiago Pastorino
2012-08-01
1
-2
/
+2
*
Revert "Deprecate link_to_function and button_to_function helpers"
Rafael Mendonça França
2012-08-01
1
-4
/
+0
*
Revert "Deprecate `:mouseover` options for `image_tag` helper."
Rafael Mendonça França
2012-08-01
1
-2
/
+0
*
Revert "Deprecate `:confirm` in favor of `:data => { :confirm => 'Text' }` op...
Rafael Mendonça França
2012-08-01
3
-29
/
+9
*
adds a missing require from Active Support
Xavier Noria
2012-07-28
1
-0
/
+1
*
bumping to 3.2.7
Aaron Patterson
2012-07-26
1
-1
/
+1
*
* Do not convert digest auth strings to symbols. CVE-2012-3424
Aaron Patterson
2012-07-26
1
-2
/
+2
*
updating the version
Aaron Patterson
2012-07-23
1
-2
/
+2
*
Add support for optional root segments containing slashes
Andrew White
2012-07-17
1
-1
/
+1
*
Fixed bug creating invalid HTML in select options
Rusty Geldmacher
2012-07-10
1
-5
/
+5
*
Show in log correct wrapped keys
Dmitry Vorotilin
2012-07-05
1
-1
/
+2
*
Fix NumberHelper options wrapping to prevent verbatim blocks being rendered i...
Mark J. Titorenko
2012-07-02
1
-90
/
+159
*
Merge pull request #6649 from route/logger_in_metal_3_2
Carlos Antonio da Silva
2012-06-18
1
-2
/
+4
|
\
|
*
ActionController::Metal doesn't have logger method, check it and then delegate
Dmitry Vorotilin
2012-06-16
1
-2
/
+4
*
|
Merge pull request #6752 from steveklabnik/fix_5680
Rafael Mendonça França
2012-06-16
1
-1
/
+7
|
/
*
ActionController::Caching depends on RackDelegation and AbstractController::C...
Santiago Pastorino
2012-06-13
1
-0
/
+3
*
bumping version numbers
Aaron Patterson
2012-06-11
1
-1
/
+1
*
Array parameters should not contain nil values.
Aaron Patterson
2012-06-11
1
-2
/
+4
*
Fix railties test suite
Piotr Sarnacki
2012-06-08
1
-2
/
+1
*
Fix asset tags for files with more than one dot
Piotr Sarnacki
2012-06-07
1
-1
/
+3
*
Revert "fix the Flash middleware loading the session on every request (very d...
Rafael Mendonça França
2012-06-05
2
-3
/
+7
*
Deprecate `:confirm` in favor of `:data => { :confirm => 'Text' }` option
Carlos Galdino
2012-06-05
2
-2
/
+13
*
Allow to use mounted helpers in ActionView::TestCase
Piotr Sarnacki
2012-06-01
1
-1
/
+2
*
Merge pull request #6588 from nbibler/polymorphic_to_model
José Valim
2012-06-01
1
-1
/
+7
|
\
|
*
Use to_model delegates for polymorphic route generation
Nathaniel Bibler
2012-06-01
1
-1
/
+7
*
|
Include routes.mounted_helpers into integration tests
Piotr Sarnacki
2012-06-01
1
-2
/
+5
|
/
*
bumping to 3.2.5
Aaron Patterson
2012-05-31
1
-1
/
+1
*
bumping to 3.2.4
Aaron Patterson
2012-05-31
1
-1
/
+1
*
Strip [nil] from parameters hash.
Aaron Patterson
2012-05-30
1
-0
/
+22
*
bumping to 3.2.4.rc1
Aaron Patterson
2012-05-28
1
-2
/
+2
*
remove unnecessary memcache equire in ActionDispatch::Session::CacheStore
Brian Durand
2012-05-26
1
-1
/
+0
*
Assets: don't add extension if other given and file exists
Sergey Nartimov
2012-05-21
1
-2
/
+7
*
Merge pull request #6410 from Bodacious/tag_helper_data_fix_3-2-stable
Rafael Mendonça França
2012-05-20
1
-1
/
+1
|
\
|
*
Fixed tag_helper data-attribute bug with BigDecimals
Bodacious
2012-05-20
1
-1
/
+1
*
|
Merge pull request #6407 from pinetops/565c1b0a0772ac6cf91c77e9285806f7b028614c
José Valim
2012-05-20
1
-10
/
+22
|
\
\
|
|
/
|
/
|
|
*
Prevent concurrent compilation of templates - closes #6400
Tom Clarke
2012-05-20
1
-10
/
+22
[prev]
[next]