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
/
application.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Removing a repetitive comment and refactoring the Application class in
wangjohn
2013-06-16
1
-24
/
+7
|
/
*
`initialize_on_precompile` is not used anymore.
Terence Lee
2013-06-13
1
-3
/
+1
*
Fix generating route from engine to other engine
Piotr Sarnacki
2013-05-03
1
-0
/
+1
*
Remove comments about removing LegacyKeyGenerator in 4.1
Trevor Turk
2013-04-03
1
-1
/
+0
*
Rename DummyKeyGenerator -> LegacyKeyGenerator
Trevor Turk
2013-04-02
1
-2
/
+2
*
Allow transparent upgrading of legacy signed cookies to encrypted cookies; Au...
Trevor Turk
2013-03-28
1
-6
/
+7
*
Introduce UpgradeLegacySignedCookieJar to transparently upgrade existing sign...
Trevor Turk
2013-03-24
1
-0
/
+1
*
Initialize @app_env_config now that the var name has changed
Carlos Antonio da Silva
2013-03-19
1
-1
/
+1
*
Use @app_env_config instead of @env_config
José Valim
2013-03-18
1
-1
/
+1
*
Renumbering the comments in the application boot process.
wangjohn
2013-03-09
1
-4
/
+4
*
Bring config.allow_concurrency back
José Valim
2013-03-03
1
-18
/
+40
*
Remove BestStandardsSupport middleware
Guillermo Iguaran
2013-01-29
1
-4
/
+0
*
Adding Back Rails::Engine::Railties#engines
Tim Raymond
2013-01-03
1
-5
/
+1
*
Improve secret_token deprecation message
Santiago Pastorino
2012-12-30
1
-3
/
+4
*
remove duplication from Rails::Application docs
Hrvoje Šimić
2012-12-24
1
-2
/
+0
*
Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...
Jeremy Kemper
2012-12-21
1
-8
/
+1
*
Adding filter capability to ActionController logs
Fabrizio Regini
2012-12-05
1
-0
/
+2
*
Add UpgradeSignatureToEncryptionCookieStore
Santiago Pastorino
2012-11-16
1
-0
/
+2
*
Rename secret_token_key to secret_key_base
Santiago Pastorino
2012-11-03
1
-6
/
+6
*
Cache generated keys per KeyGenerator instance using salt + key_size
Santiago Pastorino
2012-11-03
1
-5
/
+8
*
Allow users to change the default salt if they want, shouldn't be necessary
Santiago Pastorino
2012-11-03
1
-7
/
+15
*
Use derived keys everywhere, http_authentication was missing it
Santiago Pastorino
2012-11-03
1
-2
/
+3
*
Warn config.derive_keys will be true by default in 4.1
Santiago Pastorino
2012-11-03
1
-9
/
+17
*
Sign cookies using key deriver
Santiago Pastorino
2012-11-03
1
-1
/
+8
*
Don't use action_controller.perform_caching to enable rack-rack.
Rafael Mendonça França
2012-10-18
1
-1
/
+1
*
Use Ruby 1.9 Hash syntax in railties
Robin Dupret
2012-10-14
1
-5
/
+5
*
Remove the queue container. Premature consolidation. Set up and maintain queu...
Jeremy Kemper
2012-10-12
1
-5
/
+1
*
config.action_dispatch.rack_cache should set explicitly to enable Rack::Cache
Guillermo Iguaran
2012-10-04
1
-0
/
+9
*
Merge pull request #6952 from NZKoz/key_generator
Michael Koziarski
2012-10-02
1
-1
/
+10
|
\
|
*
Provide access to the application's KeyGenerator
Michael Koziarski
2012-10-01
1
-1
/
+10
*
|
Use Rack::Cache middleware only if is in Gemfile
Guillermo Iguaran
2012-10-01
1
-0
/
+6
|
/
*
Clarify the documentation on the Rails::Application#call method
David Czarnecki
2012-09-15
1
-2
/
+2
*
Move queue classes to ActiveSupport
Santiago Pastorino
2012-09-14
1
-1
/
+2
*
Update the ducumentation about the before_eager_load callback [ci skip]
Rafael Mendonça França
2012-08-22
1
-1
/
+1
*
Get rid of config.preload_frameworks in favor of config.eager_load_namespaces
José Valim
2012-08-21
1
-7
/
+0
*
Remove allow_concurrency as a flag
José Valim
2012-08-21
1
-2
/
+2
*
Allow users to choose when to eager_load the application or not.
José Valim
2012-08-21
1
-1
/
+9
*
Restoring documentation for env_config per #7070
Justin Mazzi
2012-08-01
1
-0
/
+11
*
Remove ActionDispatch::Head middleware in favor of Rack::Head
Santiago Pastorino
2012-07-23
1
-1
/
+1
*
adding Rails::Queueing::Container
Aaron Patterson
2012-07-19
1
-1
/
+1
*
move route_inspector to actionpack
@schneems and @mattt
2012-07-07
1
-2
/
+2
*
Remove unused responsibilities and add a few load definitions to engines
José Valim
2012-06-29
1
-67
/
+63
*
Remove unnecessary Railties structure now that plugins are gone
José Valim
2012-06-29
1
-59
/
+68
*
Add support runner hook.
kennyj
2012-05-29
1
-0
/
+11
*
Fix railties_order when application object is passed
Piotr Sarnacki
2012-05-27
1
-1
/
+1
*
use File.join to decrease dependencies on Pathname
Aaron Patterson
2012-05-23
1
-1
/
+1
*
initialize instance variables
Aaron Patterson
2012-05-22
1
-2
/
+6
*
Allow configuring a different queue consumer
Carlos Antonio da Silva
2012-05-04
1
-1
/
+1
*
Define only writer method for queue, as reader is declared
Carlos Antonio da Silva
2012-04-28
1
-1
/
+2
*
add a factory method for queue construction so that apps can have multiple qu...
Aaron Patterson
2012-04-27
1
-1
/
+5
[prev]
[next]