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
*
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
*
Ensure that raise_on_unexpected_params configuration will work
Rafael Mendonça França
2013-01-05
1
-0
/
+48
*
Set the default timezone after the initialization since the configuration
Rafael Mendonça França
2013-01-04
1
-1
/
+11
*
Correctly shows RAILS_ENV=development even when ENV['RAILS_ENV'] is not set (...
Andy Lindeman
2012-12-21
1
-0
/
+12
*
Remove observers and sweepers
Rafael Mendonça França
2012-11-28
1
-21
/
+0
*
Rename secret_token_key to secret_key_base
Santiago Pastorino
2012-11-03
1
-2
/
+2
*
Use derived keys everywhere, http_authentication was missing it
Santiago Pastorino
2012-11-03
1
-18
/
+0
*
Sign cookies using key deriver
Santiago Pastorino
2012-11-03
1
-2
/
+22
*
Merge branch 'master' into asset-path-helper
Joshua Peek
2012-10-15
1
-22
/
+14
|
\
|
*
Use Ruby 1.9 Hash syntax in railties
Robin Dupret
2012-10-14
1
-15
/
+15
|
*
Backpedal from class-oriented config.queue. Set an actual queue instance.
Jeremy Kemper
2012-10-12
1
-8
/
+0
*
|
Remove old asset_path from rails config
Joshua Peek
2012-10-15
1
-20
/
+0
|
/
*
Remove action cache related tests
Rafael Mendonça França
2012-10-04
1
-42
/
+0
*
Make Rails.public_path return a Pathname
Prem Sichanugrist
2012-10-02
1
-1
/
+9
*
Provide access to the application's KeyGenerator
Michael Koziarski
2012-10-01
1
-0
/
+1
*
Merge pull request #7251 from rails/integrate-strong_parameters
David Heinemeier Hansson
2012-09-18
1
-13
/
+22
|
\
|
*
Add config.action_controller.permit_all_attributes to bypass StrongParameters...
Guillermo Iguaran
2012-09-16
1
-0
/
+22
|
*
Remove configuration test for config.activerecord.whitelist_attributes
Guillermo Iguaran
2012-09-16
1
-13
/
+0
*
|
Date.beginning_of_week thread local and beginning_of_week application config ...
gregolsen
2012-09-18
1
-0
/
+22
|
/
*
Raise more helpful error message on missing gem
Prem Sichanugrist
2012-08-24
1
-0
/
+19
*
Deprecate config.threadsafe!
José Valim
2012-08-21
1
-12
/
+9
*
Get rid of config.preload_frameworks in favor of config.eager_load_namespaces
José Valim
2012-08-21
1
-16
/
+0
*
Remove allow_concurrency as a flag
José Valim
2012-08-21
1
-1
/
+2
*
ruby 1.9 hash syntax for generated code
Richard Huang
2012-06-23
1
-4
/
+4
*
TestCase does not need to be loaded when loading the framework
Aaron Patterson
2012-06-15
1
-1
/
+10
*
Fix observers with AR::Model
Jon Leighton
2012-06-15
1
-0
/
+21
*
Fix config.active_record.whitelist_attributes with AR::Model
Jon Leighton
2012-06-15
1
-3
/
+4
*
Use . instead of :: for class methods, add CHANGELOG entries
José Valim
2012-06-10
1
-1
/
+1
*
Merge pull request #6665 from schneems/schneems/raise-migration-error
José Valim
2012-06-10
1
-0
/
+15
|
\
|
*
test errors for pending migrations
schneems
2012-06-09
1
-0
/
+15
*
|
Fix tests, active_authorizer shouldn't include blank values
Piotr Sarnacki
2012-06-09
1
-1
/
+1
|
/
*
More assert_match warnings fixed.
Arun Agrawal
2012-05-30
1
-3
/
+3
*
add a factory method for queue construction so that apps can have multiple qu...
Aaron Patterson
2012-04-27
1
-0
/
+8
*
configure how unverified request will be handled
Sergey Nartimov
2012-03-09
1
-4
/
+14
*
put and patch both are allowed for update
Arun Agrawal
2012-02-25
1
-1
/
+7
*
uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...
Xavier Noria
2012-02-24
1
-4
/
+0
*
Add config.default_method_for_update to support PATCH
David Lee
2012-02-22
1
-2
/
+45
*
fix a small typo [ci skip]
Vijay Dev
2012-01-27
1
-1
/
+1
*
Remove redundant instance_variables (@colorize_logging)
kennyj
2012-01-27
1
-0
/
+5
*
Remove deprecated default_charset= from AC::Base
Carlos Antonio da Silva
2012-01-17
1
-0
/
+8
*
convert railties to use AS::TestCase
Aaron Patterson
2012-01-05
1
-1
/
+1
[next]