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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
Added custom regexps to ASTs that have literal nodes on either side of
Aaron Patterson
2012-01-23
1
-0
/
+62
*
|
|
|
moved the `get` testing method to a module
Aaron Patterson
2012-01-23
2
-11
/
+17
*
|
|
|
Deprecated multi args to http route methods
Aaron Patterson
2012-01-23
1
-1
/
+2
*
|
|
|
ActionDispatch::Cookies::CookieJar#deleted? predicate method.
Paul Annesley
2012-01-24
1
-0
/
+11
*
|
|
|
Raise a better error if anyone wants to create your own ActionView::Helpers::...
Rafael Mendonça França
2012-01-23
1
-0
/
+8
*
|
|
|
Raise exception when date.order includes invalid elements
Indrek Juhkam
2012-01-22
1
-0
/
+8
*
|
|
|
Merge pull request #4574 from ihid/master
José Valim
2012-01-21
1
-0
/
+16
|
\
\
\
\
|
*
|
|
|
Fix inconsistent ability to use a range as choices for select_tag.
Jeremy Walker
2012-01-21
1
-0
/
+16
*
|
|
|
|
Remove not used requires from csrf helper file and test
Carlos Antonio da Silva
2012-01-21
1
-7
/
+0
|
/
/
/
/
*
|
|
|
Removed unused assigns from ActionView::Template::Error
brainopia
2012-01-20
4
-6
/
+6
*
|
|
|
Added format to percentage
Rodrigo Flores
2012-01-20
1
-0
/
+1
*
|
|
|
Use performed? instead of checking for response_body
Carlos Antonio da Silva
2012-01-19
1
-3
/
+0
*
|
|
|
Do not deprecate performed.
José Valim
2012-01-19
1
-0
/
+6
*
|
|
|
Refactor button_to helper to use token_tag method
Rafael Mendonça França
2012-01-19
2
-5
/
+24
|
|
/
/
|
/
|
|
*
|
|
ActionView now has its own logger
Rafael Mendonça França
2012-01-18
2
-4
/
+3
*
|
|
Fix warning: assigned but unused variable - result
kennyj
2012-01-19
1
-1
/
+1
*
|
|
Refactor FormBuilder arguments and default config
Carlos Antonio da Silva
2012-01-18
1
-3
/
+3
*
|
|
Fix errors when running entire suite due to class name collision
Carlos Antonio da Silva
2012-01-18
1
-23
/
+23
*
|
|
Cleanup Post model, no need to require fake_models
Carlos Antonio da Silva
2012-01-18
1
-17
/
+6
*
|
|
Do not mutate options hash
Carlos Antonio da Silva
2012-01-18
1
-0
/
+6
*
|
|
Cleanup persisted setup for model
Carlos Antonio da Silva
2012-01-18
1
-7
/
+7
*
|
|
Mimic AR models yielding when building new records, avoid using tap
Carlos Antonio da Silva
2012-01-18
1
-6
/
+8
*
|
|
No need for concat as well
Carlos Antonio da Silva
2012-01-18
1
-4
/
+4
*
|
|
Add test for content tag with prefix and extra html options
Carlos Antonio da Silva
2012-01-18
1
-4
/
+10
*
|
|
Merge pull request #4488 from rafaelfranca/av-refactor
Xavier Noria
2012-01-17
1
-0
/
+4
|
\
\
\
|
*
|
|
Adding one test case for label with block
Rafael Mendonça França
2012-01-17
1
-0
/
+4
*
|
|
|
Bring back rendering templates that start with / in nested structures
Carlos Antonio da Silva
2012-01-17
1
-0
/
+22
*
|
|
|
Remove deprecated default_charset= from AC::Base
Carlos Antonio da Silva
2012-01-17
1
-4
/
+4
*
|
|
|
Move render_to_body logic to return a spaced string to AC::Rendering
Carlos Antonio da Silva
2012-01-17
1
-2
/
+0
*
|
|
|
Remove method missing handling when action is not found, use action missing i...
Carlos Antonio da Silva
2012-01-17
1
-45
/
+0
*
|
|
|
Rename test class and fix tests to keep consistency
Carlos Antonio da Silva
2012-01-17
1
-10
/
+10
*
|
|
|
Remove deprecated logic to render templates starting with /
Carlos Antonio da Silva
2012-01-17
1
-22
/
+0
*
|
|
|
Remove rescue_action from compatibility module and tests
Carlos Antonio da Silva
2012-01-17
22
-83
/
+7
*
|
|
|
Remove other old compatibility constants
Carlos Antonio da Silva
2012-01-17
4
-11
/
+11
*
|
|
|
Remove old compatibility methods not being used
Carlos Antonio da Silva
2012-01-17
2
-9
/
+0
|
/
/
/
*
|
|
Stub ip method of alternative request class
Sam Pohlenz
2012-01-14
1
-0
/
+4
*
|
|
Use a BodyProxy instead of including a Module that responds to close.
Santiago Pastorino
2012-01-13
1
-1
/
+12
*
|
|
removed unnecessary test_pass test from form_tag_helper_test.rb
Karunakar (Ruby)
2012-01-13
1
-4
/
+0
*
|
|
Merge pull request #4429 from marcinbunsch/1923-force-ssl-redirect-keep-flash
José Valim
2012-01-12
1
-1
/
+37
|
\
\
\
|
*
|
|
When force redirecting to SSL, make sure that the session is kept. As we're m...
Marcin Bunsch and Przemek Dąbek
2012-01-12
1
-1
/
+37
*
|
|
|
Handle leading spaces in protocol while sanitizing
Manu
2012-01-12
1
-1
/
+8
|
/
/
/
*
|
|
AC:TestCase::Behavior#head only accepts parameters as second argument
Rafael Mendonça França
2012-01-10
1
-0
/
+4
*
|
|
Whitespaces :scissors:
Rafael Mendonça França
2012-01-10
1
-4
/
+4
*
|
|
Fix ActionController::TestCase::Behavior.head
Rafael Mendonça França
2012-01-10
1
-0
/
+5
*
|
|
Merge pull request #4371 from rafaelfranca/test_unit_cleanup
Aaron Patterson
2012-01-09
1
-3
/
+5
|
\
\
\
|
*
|
|
Test constant is not defined anymore
Rafael Mendonça França
2012-01-06
1
-3
/
+5
*
|
|
|
instance_variables method returns symbols in 1.9 ruby
Sergey Nartimov
2012-01-07
1
-1
/
+1
*
|
|
|
get rid of using instance_variable_names method from AS
Sergey Nartimov
2012-01-07
1
-1
/
+1
*
|
|
|
Merge pull request #4369 from lest/remove-warnings
Piotr Sarnacki
2012-01-07
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
use stub instead of redefining method to suppress warnings
Sergey Nartimov
2012-01-07
1
-2
/
+2
[prev]
[next]