1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib/rails/commands
yuuji.yaginuma daa592293b Use TOPLEVEL_BINDING in rails runner command
Binding to capture the local scope. This means that if a constant with same
name as constant specified by the user exists in local scope, constant
defined in local will use. This is different from what the user expects.
Therefore, fixed to use top-level binding instead of local scope.

Fixes #30644
2017-09-22 10:42:28 +09:00
..
application Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
console Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
credentials Merge pull request #30581 from y-yagi/do_not_add_master_key_twice_to_gitignore 2017-09-14 20:14:26 +02:00
dbconsole Fix can't modify frozen String error in DBConsole 2017-08-29 16:50:51 +09:00
destroy Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
generate Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
help Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
new Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
plugin Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
rake Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
runner Use TOPLEVEL_BINDING in rails runner command 2017-09-22 10:42:28 +09:00
secrets Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00
server Make restart and dev:cache tasks work when customizing pid file path 2017-08-21 05:44:11 +09:00
test Merge pull request #29891 from pat/frozen-string-literals-railties 2017-08-14 15:00:37 -04:00
version Adding frozen_string_literal pragma to Railties. 2017-08-14 19:08:09 +02:00