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
/
railties
/
lib
/
rails
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
|
Merge pull request #21851 from y-yagi/use_class_to_specify_middleware
Kasper Timm Hansen
2015-10-03
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
use class to specify the middleware [ci skip]
yuuji.yaginuma
2015-10-03
1
-1
/
+1
*
|
|
|
|
|
|
removing Rack::Runtime from the default stack.
Aaron Patterson
2015-10-02
2
-2
/
+1
|
/
/
/
/
/
/
*
|
|
|
|
|
only construct one request in an engine
Aaron Patterson
2015-09-30
2
-14
/
+17
*
|
|
|
|
|
call `default_middleware_stack` before merging stacks
Aaron Patterson
2015-09-29
1
-1
/
+2
*
|
|
|
|
|
Engines get different middleware than apps
Aaron Patterson
2015-09-29
3
-4
/
+29
*
|
|
|
|
|
Merge pull request #21794 from jeremy/sprockets/move-asset-manifest-from-topl...
Jeremy Daer
2015-09-29
5
-16
/
+16
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Eliminate overlapping `app/assets` load path
Jeremy Daer
2015-09-29
5
-16
/
+16
*
|
|
|
|
|
|
Make app building threadsafe
eileencodes
2015-09-29
1
-4
/
+8
*
|
|
|
|
|
|
Stop modifying global variables
eileencodes
2015-09-29
3
-8
/
+4
*
|
|
|
|
|
|
Add fail fast to test runner.
Kasper Timm Hansen
2015-09-29
2
-0
/
+13
*
|
|
|
|
|
|
Add inline failure reporting to test runner.
Kasper Timm Hansen
2015-09-28
2
-5
/
+32
|
/
/
/
/
/
/
*
|
|
|
|
|
check if @rake_patterns is defined
yuuji.yaginuma
2015-09-28
1
-1
/
+2
*
|
|
|
|
|
stop using deprecated method in mailers controller
yuuji.yaginuma
2015-09-23
2
-3
/
+3
*
|
|
|
|
|
fix application_controller require_dependency path generated by the scaffold ...
yuuji.yaginuma
2015-09-20
1
-1
/
+1
*
|
|
|
|
|
mostly remove the ParamsParser middleware
Aaron Patterson
2015-09-18
1
-1
/
+0
|
/
/
/
/
/
*
|
|
|
|
Fix displaying mailer previews on non local requests.
Wojciech Wnętrzak
2015-09-17
1
-1
/
+5
*
|
|
|
|
Bundler tzinfo-data in windows, even first generated new app are Mac
Eric Guo
2015-09-15
1
-2
/
+0
*
|
|
|
|
Merge pull request #21568 from amitsuroliya/mysql_version_update
Rafael Mendonça França
2015-09-13
2
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Updated MySQL documentation link to MySQL latest version 5.7 everywhere [ci s...
amitkumarsuroliya
2015-09-10
2
-2
/
+2
*
|
|
|
|
|
dev and edge have some common, so factor it out.
Eric Guo
2015-09-13
1
-10
/
+7
|
/
/
/
/
/
*
|
|
|
|
Replace AR with ActiveRecord to make it more readable [ci skip]
arvind
2015-09-08
1
-1
/
+1
*
|
|
|
|
Merge pull request #21519 from y-yagi/test_runner_raise_error
Kasper Timm Hansen
2015-09-08
3
-7
/
+16
|
\
\
\
\
\
|
*
|
|
|
|
modify to pass the correct argument to the test runner from rake
yuuji.yaginuma
2015-09-08
2
-6
/
+15
|
*
|
|
|
|
raise LoadError when a non-existent file or directory is specified to the tes...
yuuji.yaginuma
2015-09-07
1
-1
/
+1
*
|
|
|
|
|
Fix strange messages for `rails g foo`
FUJI Goro (gfx)
2015-09-07
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
make `ENV` a required argument
yuuji.yaginuma
2015-08-29
1
-1
/
+1
*
|
|
|
|
remove require of files under support that do not use
yuuji.yaginuma
2015-08-27
1
-3
/
+0
*
|
|
|
|
Merge pull request #21267 from davidcornu/rails-server-port-env-var
Rafael Mendonça França
2015-08-24
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Use the PORT environment variable for rails server
David Cornu
2015-08-18
1
-1
/
+1
*
|
|
|
|
|
smooth move aaron.... :bomb:
Aaron Patterson
2015-08-20
1
-2
/
+2
*
|
|
|
|
|
point at rack master
Aaron Patterson
2015-08-20
1
-0
/
+2
*
|
|
|
|
|
fix path of annotations.rake [ci skip]
yuuji.yaginuma
2015-08-20
1
-1
/
+1
*
|
|
|
|
|
Migrate to Sprockets 4.
Andrei Istratii
2015-08-19
5
-4
/
+40
|
/
/
/
/
/
*
|
|
|
|
Fixed syslog example in production config template
printercu
2015-08-17
1
-1
/
+2
*
|
|
|
|
Plugins are generated with the version 0.1.0
Daniel Morris
2015-08-16
1
-1
/
+1
*
|
|
|
|
Tiny documentation fixes [ci skip]
Robin Dupret
2015-08-16
1
-4
/
+2
*
|
|
|
|
Merge pull request #21021 from sgrif/sg-no-routes-comment
Sean Griffin
2015-08-12
1
-54
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Replace the giant comment in routes.rb with a link to the guides
Sean Griffin
2015-07-24
1
-54
/
+1
*
|
|
|
|
|
Merge pull request #21124 from kirs/feature/reload-i18n
Kasper Timm Hansen
2015-08-10
2
-1
/
+11
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Reload I18n locales in development
Kir Shatrov
2015-08-10
2
-1
/
+11
*
|
|
|
|
|
|
Merge pull request #21176 from y-yagi/fix_scaffold_tests_inside_api_engine
Rafael Mendonça França
2015-08-09
1
-1
/
+4
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
make generated scaffold functional tests work inside API engines
yuuji.yaginuma
2015-08-09
1
-1
/
+4
*
|
|
|
|
|
|
|
Whitespaces
Rafael Mendonça França
2015-08-09
1
-1
/
+1
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Fix deprecation warning in tests
eileencodes
2015-08-08
1
-1
/
+1
*
|
|
|
|
|
|
Added bin/update script to update application automatically
Mehmet Emin İNAÇ
2015-08-07
1
-0
/
+28
*
|
|
|
|
|
|
Only load statistics.rake once from inside engine
Ersin Akinci
2015-08-06
1
-2
/
+3
*
|
|
|
|
|
|
Merge pull request #21043 from y-yagi/loading_fixtures_in_engine_integration_...
Rafael Mendonça França
2015-08-06
1
-0
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
set the correct path to `ActionDispatch::IntegrationTest.fixture_path`
yuuji.yaginuma
2015-07-28
1
-0
/
+1
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
stop using deprecated `render :text` in railties
yuuji.yaginuma
2015-08-06
2
-2
/
+2
[prev]
[next]