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
/
application
/
configuration_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Tell the user which file is missing when config/database.yml was not found
Akira Matsuda
2014-09-10
1
-0
/
+9
*
Expectations first
Akira Matsuda
2014-08-28
1
-1
/
+1
*
Fix / improve some assertions
Carlos Antonio da Silva
2014-07-30
1
-6
/
+4
*
Remove some globals from configuration tests
Carlos Antonio da Silva
2014-07-30
1
-20
/
+20
*
Merge branch 'rm-remove-mocha'
Rafael Mendonça França
2014-07-19
1
-7
/
+23
|
\
|
*
Stop using mocha on configuration_test
Rafael Mendonça França
2014-07-07
1
-7
/
+23
*
|
Add Rails::Application#config_for
Rafael Mendonça França
2014-07-15
1
-0
/
+84
|
/
*
Rename preview_enabled option to show_previews
Rafael Mendonça França
2014-07-01
1
-7
/
+7
*
Add configuration to enable mail previews
Leonard Garvey
2014-07-01
1
-0
/
+24
*
Merge pull request #15933 from rafael/master
Rafael Mendonça França
2014-06-27
1
-0
/
+38
|
\
|
*
Improvements per code review.
Rafael Chacón
2014-06-27
1
-0
/
+25
|
*
Add always_permitted_parameters as an option.
Rafael Chacón
2014-06-26
1
-0
/
+13
*
|
allow preview interceptors to be registered through `config.action_mailer`.
Yves Senn
2014-06-15
1
-0
/
+32
*
|
This is also a model
Rafael Mendonça França
2014-05-12
1
-1
/
+1
*
|
Use Rails::Paths::Path#existent in database_configuration
Pier-Olivier Thibault
2014-05-07
1
-0
/
+16
*
|
Make console and generators blocks works at Application instance level
Rafael Mendonça França
2014-04-14
1
-0
/
+76
*
|
:scissors:
Rafael Mendonça França
2014-04-14
1
-4
/
+4
*
|
Add config.annotations, in order to register new extensions for Rake notes at...
robertomiranda
2014-03-16
1
-0
/
+10
*
|
Revert "Only lookup `config.log_level` for stdlib `::Logger`. Closes #11665."
Guillermo Iguaran
2014-02-21
1
-14
/
+1
*
|
do not crash when `config/secrets.yml` is blank.
Yves Senn
2014-02-12
1
-0
/
+8
*
|
Add config to disable schema dump after migration
Emil Soman
2014-02-06
1
-0
/
+17
*
|
Only lookup `config.log_level` for stdlib `::Logger`. Closes #11665.
Yves Senn
2014-01-13
1
-1
/
+14
*
|
Fix tests names: tokens.yml => secrets.yml
Guillermo Iguaran
2013-12-25
1
-2
/
+2
*
|
Make possible to use symbol as the verifier name
Rafael Mendonça França
2013-12-19
1
-6
/
+6
*
|
Rename tokens.yml to secrets.yml
Guillermo Iguaran
2013-12-12
1
-3
/
+3
*
|
Add test for custom tokens stored in config/tokens.yml
Guillermo Iguaran
2013-12-12
1
-0
/
+13
*
|
Load secret_key_base from tokens.yml, fallback to config.secret_key_base
Guillermo Iguaran
2013-12-12
1
-3
/
+23
*
|
Assert the singleton instead of to truthy/falsy
Rafael Mendonça França
2013-12-05
1
-4
/
+4
*
|
Add tests to cache_template_loading when an engine loaded Action View
Rafael Mendonça França
2013-12-05
1
-0
/
+14
*
|
Make salt argument required for message verifier
Rafael Mendonça França
2013-12-04
1
-5
/
+5
*
|
Test if two different verifiers don't share the same secret
Rafael Mendonça França
2013-12-04
1
-2
/
+12
*
|
Don't need to use a controller to test the verifier
Rafael Mendonça França
2013-12-04
1
-9
/
+3
*
|
No need to configure salts
Rafael Mendonça França
2013-12-04
1
-21
/
+1
*
|
Make possibile to get different message verifiers
Rafael Mendonça França
2013-12-04
1
-0
/
+10
*
|
Rename verifier to message_verifier
Rafael Mendonça França
2013-12-04
1
-3
/
+3
*
|
Add application verifier
Rafael Mendonça França
2013-12-04
1
-0
/
+41
|
/
*
update Rails::Railtie::Configuration and ActionDispatch::Response#respond_to?...
Jon Kessler
2013-08-16
1
-0
/
+7
*
Rails.logger should have level specified by config.log_level.
Max Shytikov
2013-07-30
1
-0
/
+8
*
Fixing build for not checking migration
Arun Agrawal
2013-06-05
1
-0
/
+1
*
Removing use of subclassed application constant and instead using the
wangjohn
2013-06-03
1
-2
/
+2
*
Fix some typos
Vipul A M
2013-03-24
1
-1
/
+1
*
Revert "make new rails apps log to STDOUT"
Steve Klabnik
2013-03-15
1
-21
/
+0
*
make new rails apps log to STDOUT
Terence Lee
2013-03-15
1
-0
/
+21
*
Revert "Set the default timezone after the initialization since the configura...
Carlos Antonio da Silva
2013-01-22
1
-11
/
+1
*
Restore and adapt the implementation reverted at
Rafael Mendonça França
2013-01-19
1
-0
/
+48
*
Revert "unpermitted params" exception -- it's just not going to work. See the...
David Heinemeier Hansson
2013-01-08
1
-48
/
+0
*
Move config.filter_parameters to you own initializer file
Rafael Mendonça França
2013-01-05
1
-2
/
+2
*
Assert config.filter_parameters should be able to be set in a initializer
Rafael Mendonça França
2013-01-05
1
-0
/
+10
*
Remove warning "ambiguous first argument"
Carlos Antonio da Silva
2013-01-05
1
-1
/
+1
*
Rename the configuration to raise_on_unpermitted_parameters
Rafael Mendonça França
2013-01-05
1
-9
/
+9
[prev]
[next]