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
/
dispatch
/
prefix_generation_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Prepare AP and AR to be frozen string friendly
Kir Shatrov
2017-07-06
1
-1
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Use ActionDispatch::IntegrationTest http helper methods
Andrew White
2017-01-18
1
-45
/
+41
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-3
/
+3
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-60
/
+60
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
1
-4
/
+4
*
fix typo
Rajat Bansal
2016-06-01
1
-5
/
+5
*
Stop using deprecated `render :text` in test
Prem Sichanugrist
2015-07-17
1
-12
/
+12
*
call the routes method on engines
Aaron Patterson
2014-08-05
1
-74
/
+37
*
a rails application should be an engine subclass
Aaron Patterson
2014-08-05
1
-1
/
+1
*
no reason to lazily instantiate the routes
Aaron Patterson
2014-08-05
1
-45
/
+42
*
just assign the instance variables on the test
Aaron Patterson
2014-08-05
1
-7
/
+3
*
Rails-ish apps should descend from Rails::Railtie
Aaron Patterson
2014-07-16
1
-1
/
+2
*
this class is a model, so it should act like one
Aaron Patterson
2014-05-12
1
-0
/
+3
*
Allow engine root relative redirects using an empty string.
Andrew White
2014-01-01
1
-41
/
+111
*
Respect `SCRIPT_NAME` when using `redirect` with a relative path
Andrew White
2013-10-10
1
-0
/
+100
*
test case to lock down the behavior of #7842
Yves Senn
2012-11-04
1
-0
/
+5
*
Use internal instance variable naming scheme for mounted URL helper proxies
Sam Pohlenz
2012-09-09
1
-0
/
+11
*
Fix handling SCRIPT_NAME from within mounted engine's
Piotr Sarnacki
2012-08-11
1
-18
/
+0
*
Remove default match without specified method
Jose and Yehuda
2012-04-24
1
-13
/
+13
*
Override respond_to? since we are also overriding method_missing.
José Valim
2012-01-03
1
-0
/
+7
*
Make polymorphic_url calls go through application helpers again.
thedarkone
2011-07-25
1
-0
/
+12
*
Fix tests, main_app mounted helper must be defined explicitly now.
Piotr Sarnacki
2011-04-25
1
-0
/
+1
*
Allow mounting engines at '/'
Piotr Sarnacki
2010-09-30
1
-16
/
+77
*
Change app to main_app in mounted_helpers
Piotr Sarnacki
2010-09-08
1
-3
/
+3
*
Do not require passing :app to mounted helpers, it's actually useless and not...
Piotr Sarnacki
2010-09-08
1
-1
/
+1
*
Ensure that url_helpers included after application's ones have higher priority
Piotr Sarnacki
2010-09-03
1
-0
/
+15
*
Add mounted_helpers to routes
Piotr Sarnacki
2010-09-03
1
-14
/
+70
*
Routes refactoring:
Piotr Sarnacki
2010-09-03
1
-46
/
+71
*
Use new url_for API instead of including routes.url_helpers
Piotr Sarnacki
2010-09-03
1
-3
/
+2
*
Added some more tests for url generation between Engine and Application
Piotr Sarnacki
2010-09-03
1
-10
/
+28
*
Refactored tests for prefix generation and added test for url generation in r...
Piotr Sarnacki
2010-09-03
1
-11
/
+32
*
New way of generating urls for Application from Engine.
Piotr Sarnacki
2010-09-03
1
-0
/
+1
*
Allow to generate Application routes inside Engine
Piotr Sarnacki
2010-09-03
1
-3
/
+22
*
Use env['action_dispatch.routes'] to determine if we should generate prefix o...
Piotr Sarnacki
2010-09-03
1
-0
/
+102