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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a test which ensures action_dispatch.show_exceptions is properly disabled.
José Valim
2010-04-02
1
-0
/
+6
*
Make X-Sendfile default to "" so it works correctly in dev mode.
wycats
2010-03-26
1
-43
/
+36
*
Remove invalid builtin tests since we aren't adding that dir to the
Joshua Peek
2010-03-20
1
-18
/
+0
*
Fix protect_against_forgery
Carlhuda
2010-03-19
1
-0
/
+27
*
Add mailers to paths in case someone wants to access it directly and ensures ...
José Valim
2010-03-06
1
-3
/
+4
*
Change generated code to replace faulty comment
Carlhuda
2010-03-04
1
-1
/
+1
*
Deprecated ActionController::Base.session_options= and ActionController::Base...
Carlhuda
2010-03-04
4
-6
/
+10
*
Fix Sam Ruby's tests and deprecation warnings
Carlhuda
2010-03-04
5
-8
/
+8
*
Fix all the broken tests due to the AC configuration refactor
Carl Lerche
2010-03-03
2
-2
/
+3
*
Move remote_ip to a middleware:
Carlhuda
2010-03-03
1
-0
/
+53
*
Fix a test that assumes that defined?(ActiveRecord) == defined?(ActiveRecord:...
Carlhuda
2010-03-02
1
-1
/
+1
*
nested controllers need to be explicitly declared with the new mapper
Joshua Peek
2010-02-28
1
-1
/
+2
*
reload! on console now works as expected. [#3822 status:resolved]
José Valim
2010-02-26
1
-3
/
+29
*
Final pass at removing the router from a global constant
Carlhuda
2010-02-25
1
-0
/
+42
*
Woops, forgot to actually add active_support/core_ext/file/path.rb
Carlhuda
2010-02-23
1
-0
/
+1
*
Revert "Fix test load paths for those not using bundler"
Carlhuda
2010-02-23
1
-1
/
+1
*
Makes send_file work again by deferring to Rack::Sendfile.
Carlhuda
2010-02-23
1
-0
/
+55
*
Add a test for default_url_options in AM.
José Valim
2010-02-21
1
-0
/
+11
*
Revert behavior from a5684dfa3c16472bfa5d5d861ba78cb6dbadcb59 and ensure afte...
José Valim
2010-02-19
1
-3
/
+15
*
Ensure config.after_initializer is executed before building the middleware st...
José Valim
2010-02-18
1
-0
/
+14
*
Merge master.
José Valim
2010-02-17
1
-1
/
+1
|
\
|
*
Fix test load paths for those not using bundler
Joshua Peek
2010-02-15
1
-1
/
+1
*
|
Rename Rails::Subscriber to Rails::LogSubscriber
Prem Sichanugrist
2010-02-16
1
-1
/
+1
|
/
*
Check if Test::Unit is defined before adding backtrace filter.
José Valim
2010-02-07
1
-0
/
+17
*
Add config.generators.templates to provide alternative paths for template loo...
José Valim
2010-02-06
1
-11
/
+4
*
Deprecate AC configuration values which were moved to Rack.
José Valim
2010-02-01
2
-2
/
+2
*
Add config.generators.fallbacks.
José Valim
2010-02-01
1
-1
/
+12
*
Improve railtie deprecation messages.
José Valim
2010-01-30
1
-0
/
+7
*
Move the ActiveRecord generator settings into the Railtie
Carl Lerche
2010-01-28
1
-1
/
+1
*
Add more tests to some key points in Railties.
José Valim
2010-01-28
3
-3
/
+30
*
Add config.to_prepare back and add tests for it.
José Valim
2010-01-28
1
-0
/
+23
*
Test::Unit Railtie
Carlhuda
2010-01-28
1
-2
/
+8
*
Move Rails::Rack::Metal to Rails::Application::Metal and just add cascade if ...
José Valim
2010-01-26
1
-1
/
+6
*
Refactor railties test, break huge files in smaller chunks and move initiali...
José Valim
2010-01-26
13
-271
/
+441
*
Ensure calling a method in Rails::Application does not instantiate a void app...
José Valim
2010-01-26
1
-0
/
+7
*
Ensure environment config has higher priority than application ones.
José Valim
2010-01-24
1
-1
/
+12
*
Move console stuff to its own directory.
José Valim
2010-01-23
1
-2
/
+2
*
Merge branch 'master' into app
José Valim
2010-01-23
1
-1
/
+1
|
\
|
*
Delegate App calls to instance
Joshua Peek
2010-01-22
1
-1
/
+1
|
*
Add test case for load initializers before routing behavior.
Prem Sichanugrist
2010-01-22
1
-0
/
+28
*
|
Ensure user set load paths have higher preference and move Bootstrap inside A...
José Valim
2010-01-23
1
-1
/
+1
*
|
Get rid of initializers global and create i18n railtie.
José Valim
2010-01-23
2
-29
/
+2
*
|
Got tests working once again.
José Valim
2010-01-22
1
-2
/
+2
*
|
Add view paths to Engine setup.
José Valim
2010-01-22
1
-2
/
+2
*
|
Add test case for load initializers before routing behavior.
Prem Sichanugrist
2010-01-21
1
-0
/
+28
|
/
*
Make filter parameters based on request, so they can be modified for anything...
José Valim
2010-01-21
1
-2
/
+2
*
Default to sync instrumentation.
José Valim
2010-01-21
1
-1
/
+1
*
Add deprecation warning for calling filter_parameter_logging ActionController...
Prem Sichanugrist
2010-01-21
1
-0
/
+12
*
Add notifications to default middleware stack and update subscriber tests.
José Valim
2010-01-17
2
-1
/
+2
*
Cookies middleware
Joshua Peek
2010-01-16
1
-0
/
+1
[next]