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
...
*
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
*
Initial queue implementation
Yehuda Katz
2012-04-26
1
-1
/
+5
*
Remove not needed requires
Santiago Pastorino
2012-03-31
1
-1
/
+0
*
Rails.initialized? can be called at any time without raising an exception [Cl...
Franck Verrot
2012-03-28
1
-0
/
+4
*
Rack::SSL -> ActionDispatch::SSL
Rafael Mendonça França
2012-03-17
1
-2
/
+1
*
Remove remaining http_only? calls.
José Valim
2012-03-14
1
-4
/
+4
*
Change api_only to http_only
Carlos Antonio da Silva
2012-03-10
1
-4
/
+4
*
Add config.middleware.api_only!
Carlos Antonio da Silva and Santiago Pastorino
2012-03-05
1
-4
/
+4
*
Handle files from ActionDispatch::Static with Rack::Sendfile (fixes #5225)
Piotr Sarnacki
2012-03-03
1
-4
/
+4
*
Reverted build_original_fullpath method, as per discussion at https://github....
Nathan Broadbent
2012-01-28
1
-1
/
+9
*
Refactored watchable_args and build_original_fullpath methods in railties/lib...
Nathan Broadbent
2012-01-15
1
-13
/
+2
*
config.force_ssl should mark the session as secure.
José Valim
2012-01-13
1
-0
/
+3
*
Rails::Plugin has gone
Santiago Pastorino
2012-01-03
1
-3
/
+2
*
A few doc changes
Vijay Dev
2011-12-24
1
-9
/
+2
*
Add ORIGINAL_FULLPATH to env
Piotr Sarnacki
2011-12-21
1
-0
/
+17
*
Allow a custom exceptions app to set.
José Valim
2011-12-16
1
-1
/
+1
*
Extract the rendering of public exceptions pages into a Rack app.
José Valim
2011-12-16
1
-1
/
+1
*
Fix diagnostics page for routing errors.
José Valim
2011-12-15
1
-0
/
+1
*
FileUpdateChecker should be able to handle deleted files.
José Valim
2011-12-13
1
-1
/
+1
*
Move hooks back to initializers (we need an API that allows hooks to be repla...
José Valim
2011-12-13
1
-32
/
+0
*
Add config.file_watcher so developers can provide their own watchers (for ins...
José Valim
2011-12-13
1
-2
/
+1
*
Revert "Provide a unique point for running initializers."
José Valim
2011-12-13
1
-5
/
+5
*
Speed up development by only reloading classes if dependencies files changed.
José Valim
2011-12-12
1
-2
/
+38
*
Give hooks the flexibility to choose the type of callback.
José Valim
2011-12-12
1
-7
/
+9
*
Provide a unique point for running initializers.
José Valim
2011-12-12
1
-4
/
+5
*
Improve docs for Rails::Application and add routes_reloader_hook and app_relo...
José Valim
2011-12-12
1
-8
/
+55
*
Split ShowExceptions responsibilities in two middlewares.
José Valim
2011-12-01
1
-0
/
+3
*
put backtrace_cleaner to env
lest
2011-11-28
1
-1
/
+2
*
middlewares should use logger from env
lest
2011-11-25
1
-1
/
+2
[prev]
[next]