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
...
*
|
|
|
|
Remove unneeded comment. [ci skip]
Zoltan Kiss
2015-03-02
1
-1
/
+0
*
|
|
|
|
Skip the failing tests on Rubinius for now
Robin Dupret
2015-03-02
1
-0
/
+2
*
|
|
|
|
Avoid accurate assertions on error messages
Robin Dupret
2015-03-02
1
-2
/
+2
*
|
|
|
|
Avoid parallelizing Action Pack's tests on Rubinius
Robin Dupret
2015-03-02
1
-2
/
+2
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Fix segmentation fault in ActionPack tests
eileencodes
2015-02-28
1
-1
/
+1
*
|
|
|
Merge pull request #19104 from y-yagi/fix_skip_filter
Carlos Antonio da Silva
2015-02-27
1
-0
/
+8
|
\
\
\
\
|
*
|
|
|
fix NameError in `skip_filter`. callback doesn't exist.
yuuji.yaginuma
2015-02-27
1
-0
/
+8
*
|
|
|
|
Revert integration test refactoring that caused app test regressions
Jeremy Kemper
2015-02-26
1
-0
/
+4
*
|
|
|
|
Revert "Merge pull request #18764 from tsun1215/master"
Jeremy Kemper
2015-02-26
1
-4
/
+5
|
/
/
/
/
*
|
|
|
Merge pull request #18434 from brainopia/change_filter_on_rails_info_routes
Richard Schneeman
2015-02-26
1
-8
/
+0
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Change filter on /rails/info/routes to use an actual path regexp from rails
brainopia
2015-02-23
1
-8
/
+0
*
|
|
|
Fix default headers in test responses
Jeremy Kemper
2015-02-25
2
-16
/
+64
*
|
|
|
Merge pull request #18948 from kaspth/automatic-collection-caching
Rafael Mendonça França
2015-02-25
4
-0
/
+66
|
\
\
\
\
|
*
|
|
|
Collections automatically cache and fetch partials.
Kasper Timm Hansen
2015-02-21
4
-0
/
+66
*
|
|
|
|
Add a failing test demonstrating regression with HEAD requests to Rack apps, ...
Jeremy Kemper
2015-02-24
1
-3
/
+9
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Use other controller instead of sharing the controller
Rafael Mendonça França
2015-02-24
1
-18
/
+17
*
|
|
|
Make TestController available to all test classes
Rafael Mendonça França
2015-02-24
1
-16
/
+16
*
|
|
|
Merge pull request #19060 from iainbeeston/deprecate-skip-action-callback
Rafael Mendonça França
2015-02-24
1
-2
/
+22
|
\
\
\
\
|
*
|
|
|
Deprecate `AbstractController::Callbacks#skip_action_callback`
Iain Beeston
2015-02-24
1
-2
/
+22
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Removing old helper that was necessary for compatibility with Ruby 1.8.x
Thiago Pradi
2015-02-22
3
-18
/
+3
*
|
|
|
Removing unused constants from abstract_unit
Thiago Pradi
2015-02-22
1
-2
/
+0
*
|
|
|
Removing unused controller from abstract_unit
Thiago Pradi
2015-02-22
1
-16
/
+0
*
|
|
|
Removing unused template
Thiago Pradi
2015-02-22
1
-5
/
+0
|
/
/
/
*
|
|
Prefer request_id over uuid and test the alias
Rafael Mendonça França
2015-02-20
1
-4
/
+8
*
|
|
Merge pull request #18218 from brainopia/fix_match_shorthand_in_routes
Rafael Mendonça França
2015-02-20
1
-0
/
+9
|
\
\
\
|
*
|
|
Improve shorthand matching for routes
brainopia
2015-01-25
1
-0
/
+9
*
|
|
|
Merge pull request #18665 from sgrif/sg-test-route-all
Sean Griffin
2015-02-20
1
-0
/
+22
|
\
\
\
\
|
*
|
|
|
Allow `method: "all"` as a valid routing test option
Sean Griffin
2015-01-23
1
-0
/
+22
*
|
|
|
|
Merge pull request #18917 from lautis/non-string-csrf-token
Rafael Mendonça França
2015-02-18
1
-0
/
+7
|
\
\
\
\
\
|
*
|
|
|
|
Handle non-string authenticity tokens
Ville Lautanala
2015-02-12
1
-0
/
+7
*
|
|
|
|
|
Implement http_cache_forever to ActionController
Arthur Neves
2015-02-15
1
-0
/
+53
|
|
_
|
_
|
/
/
|
/
|
|
|
|
*
|
|
|
|
lazily create the integration session
Aaron Patterson
2015-02-12
1
-4
/
+0
|
/
/
/
/
*
|
|
|
Merge pull request #11790 from printercu/patch-3
Rafael Mendonça França
2015-02-12
1
-7
/
+26
|
\
\
\
\
|
*
|
|
|
ActionController#translate also lookups shortcut without action name
Max Melentiev
2013-10-22
1
-2
/
+6
|
*
|
|
|
ActionController#translate supports symbols
printercu
2013-09-25
1
-6
/
+21
*
|
|
|
|
Accept a collection in fresh_when and stale?
claudiob
2015-02-10
1
-1
/
+49
*
|
|
|
|
Fix wrong kwarg "record" from #18872
claudiob
2015-02-10
1
-0
/
+1
*
|
|
|
|
Explicitly ignored wildcard verbs from head_routes
Terence Sun
2015-02-08
1
-0
/
+12
*
|
|
|
|
Merge pull request #18771 from kirs/deprecate-xhr
Rafael Mendonça França
2015-02-05
6
-106
/
+112
|
\
\
\
\
\
|
*
|
|
|
|
Migrating xhr methods to keyword arguments syntax
Kir Shatrov
2015-02-01
6
-106
/
+112
*
|
|
|
|
|
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...
Vipul A M
2015-02-03
6
-6
/
+0
*
|
|
|
|
|
Merge pull request #18721 from sj26/pre-discard-flash
Aaron Patterson
2015-02-01
2
-11
/
+26
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Migrate old flash behaviour
Samuel Cochran
2015-01-30
1
-6
/
+7
|
*
|
|
|
|
|
Discard from flash before persisting in session
Samuel Cochran
2015-01-29
1
-7
/
+9
|
*
|
|
|
|
|
Fix flash remaining after last flash deleted
Samuel Cochran
2015-01-29
1
-0
/
+12
*
|
|
|
|
|
|
Merge pull request #18769 from gsamokovarov/exception-wrapper-windows-paths
Andrew White
2015-02-01
1
-0
/
+17
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Show proper traces on Windows for the error pages
Genadi Samokovarov
2015-02-01
1
-0
/
+17
*
|
|
|
|
|
|
|
Merge pull request #18759 from yuki24/remove-warning
Yves Senn
2015-02-01
1
-3
/
+3
|
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
:scissors: warning from controller renderer test
Yuki Nishijima
2015-01-31
1
-3
/
+3
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
*
/
|
|
|
|
|
Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846
robertomiranda
2015-01-31
4
-7
/
+7
|
/
/
/
/
/
/
[prev]
[next]