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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #27632 from dixpac/repo_initialize
Rafael Mendonça França
2017-01-18
2
-2
/
+8
|
\
|
*
Initalize git repo when creatin new rails app
dixpac
2017-01-12
2
-2
/
+8
*
|
Move config reset to ensure block
Andrew White
2017-01-17
1
-1
/
+2
*
|
Move config reset to ensure block
Andrew White
2017-01-17
1
-1
/
+2
*
|
Merge pull request #27674 from kjg/migration_generator_honor_path_config
Andrew White
2017-01-17
2
-0
/
+20
|
\
\
|
*
|
Generate migrations at path set by `config.paths["db/migrate"]`
Kevin Glowacz
2017-01-16
2
-0
/
+20
*
|
|
Don't pollute Object with rubinius_skip and jruby_skip
Akira Matsuda
2017-01-17
1
-9
/
+9
|
/
/
*
|
Merge pull request #27601 from y-yagi/make_work_all_commands_from_engine
Kasper Timm Hansen
2017-01-15
4
-27
/
+100
|
\
\
|
*
|
improve server default options test
yuuji.yaginuma
2017-01-09
1
-3
/
+3
|
*
|
make all rails commands work in engine
yuuji.yaginuma
2017-01-09
3
-24
/
+97
*
|
|
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
Akira Matsuda
2017-01-13
1
-1
/
+1
|
|
/
|
/
|
*
|
Revert "Merge pull request #27619 from dixpac/add_missing_generator_test"
yuuji.yaginuma
2017-01-10
1
-5
/
+0
*
|
Test `--skip-git` generator option
dixpac
2017-01-09
1
-0
/
+5
|
/
*
Don't generate HTML/ERB templates for scaffold controller with --api flag
Prathamesh Sonpatki
2017-01-07
1
-0
/
+6
*
Fix style guide violations
Rafael Mendonça França
2017-01-05
1
-1
/
+0
*
Merge pull request #27399 from sinogermany/rails-env-for-empty-string-env-vars
Rafael Mendonça França
2017-01-03
1
-0
/
+12
|
\
|
*
Rails.env falls back to dev mode when env var is empty
Daniel Deng
2017-01-04
1
-0
/
+12
*
|
Fix configuration test now that Metal#env was removed
Rafael Mendonça França
2017-01-03
1
-1
/
+1
*
|
Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-neste...
Rafael Mendonça França
2017-01-03
1
-20
/
+0
*
|
Merge pull request #27550 from mtsmfm/fix-generator-command-for-nested-rails-...
Rafael França
2017-01-03
1
-0
/
+20
|
\
\
|
*
|
Fix generator command for nested (namespaced) rails engine
Fumiaki MATSUSHIMA
2017-01-03
1
-0
/
+20
*
|
|
Remove test to the db:test:clone
Rafael Mendonça França
2017-01-03
1
-10
/
+0
*
|
|
Remove deprecated CONTROLLER environment variable for routes task
Rafael Mendonça França
2017-01-03
1
-42
/
+25
*
|
|
Remove deprecated config.serve_static_files
Rafael Mendonça França
2017-01-03
1
-10
/
+0
*
|
|
Remove deprecated `config.static_cache_control`
Rafael Mendonça França
2017-01-03
1
-10
/
+0
|
/
/
*
|
Remove bin/yarn if yarn is skipped, tidy up tests
Prathamesh Sonpatki
2017-01-01
1
-0
/
+7
*
|
Enforce middleware ordering with a test, instead of comments
Matthew Draper
2016-12-31
1
-3
/
+34
*
|
Merge pull request #27515 from kbrock/fix_log_remote_ip_before_dispatcher_ips...
Matthew Draper
2016-12-31
1
-2
/
+2
|
\
\
|
*
|
Allow log remote ip addres when config.action_dispatch.trusted_proxies passed
Leonid Batizhevsky
2016-12-30
1
-1
/
+1
|
/
/
*
|
`#tables` and `#table_exists?` and returns only tables and not views
Rafael Mendonça França
2016-12-29
1
-5
/
+3
*
|
Remove deprecated support to passing a column to #quote
Rafael Mendonça França
2016-12-29
1
-18
/
+1
*
|
Merge branch 'master' into fix_26964
Kasper Timm Hansen
2016-12-29
18
-48
/
+84
|
\
\
|
*
\
Merge branch 'master' into clear_all_environments_log_by_default
Rafael França
2016-12-29
32
-88
/
+204
|
|
\
\
|
|
*
|
assert_equal takes expectation first
Akira Matsuda
2016-12-26
1
-1
/
+1
|
|
*
|
Correct indent-accounting in controller route generation
Matthew Draper
2016-12-25
1
-1
/
+1
|
|
*
|
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
5
-8
/
+8
|
|
*
|
Privatize unneededly protected methods in Railties tests
Akira Matsuda
2016-12-24
6
-6
/
+6
|
|
*
|
quiet generators log in test
yuuji.yaginuma
2016-12-22
1
-1
/
+1
|
|
*
|
Limit length of secret being passed
Jon Moss
2016-12-20
1
-3
/
+3
|
|
*
|
`ARGV.shift` before calling Rails generators
Jon Moss
2016-12-17
1
-0
/
+15
|
|
|
/
|
|
*
Merge pull request #27042 from kirs/yaml-schema-cache
Rafael França
2016-12-13
1
-2
/
+2
|
|
|
\
|
|
|
*
Use YAML to serialize schema cache
Kir Shatrov
2016-11-27
1
-2
/
+2
|
|
*
|
fix broken tests (#27308)
Yuji Yaginuma
2016-12-08
1
-3
/
+2
|
|
*
|
specify `skip_yarn` option in API-only Application (#27309)
Yuji Yaginuma
2016-12-08
1
-1
/
+4
|
|
*
|
Make Yarn the default, drop default vendor/asset directories (#27300)
David Heinemeier Hansson
2016-12-08
2
-25
/
+11
|
*
|
|
clear all environments log files by default
yuuji.yaginuma
2016-10-14
1
-0
/
+33
*
|
|
|
use Thor option parser in server commands parse
yuuji.yaginuma
2016-12-24
1
-36
/
+43
|
|
/
/
|
/
|
|
*
|
|
Yarn: Move node_modules, package.json, and yarn.lock file to vendor (#27245)
David Heinemeier Hansson
2016-12-01
1
-1
/
+1
*
|
|
Merge pull request #26836 from Liceth/npm
Guillermo Iguaran
2016-11-29
1
-0
/
+24
|
\
\
\
|
*
|
|
Add node_modules path to assets load paths when --yarn option is used
Liceth Ovalles
2016-11-28
1
-0
/
+1
[next]