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 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
*
Move Flash into middleware
Joshua Peek
2010-01-15
1
-0
/
+1
*
Make HEAD method masquerade as GET so requests are routed correctly
Joshua Peek
2010-01-15
1
-1
/
+1
*
Set up subscriber on initialization.
José Valim
2010-01-13
2
-6
/
+42
*
Cleanup junk metal and revise API
Joshua Peek
2010-01-10
2
-2
/
+3
*
Rewrite Metal tests
Joshua Peek
2010-01-10
1
-0
/
+86
*
Run railtie and plugin initializers before app specific ones
Joshua Peek
2010-01-07
1
-0
/
+11
*
assert_template depends on AV::Template monkey patches in action_view/test_case
Joshua Peek
2010-01-05
1
-0
/
+25
*
Trash string coercion rack hacks
Joshua Peek
2010-01-04
1
-1
/
+0
*
Default middleware stack needs to be available at configuration time
Joshua Peek
2010-01-04
1
-0
/
+12
*
Middleware configuration tests
Joshua Peek
2010-01-04
1
-0
/
+67
*
Smoke test for test_help
Joshua Peek
2010-01-04
1
-0
/
+38
*
AppName::Application.root should work
Yehuda Katz
2010-01-02
1
-0
/
+5
*
Some railties cleanup:
Carl Lerche
2009-12-31
3
-0
/
+4
*
Rename rails.rb -> rails/all.rb and rails/core.rb -> rails.rb
Carl Lerche
2009-12-31
1
-1
/
+1
*
Raise a helpful error if config.frameworks is used
Carl Lerche
2009-12-31
1
-0
/
+16
*
Fully remove config.frameworks in favor of requires in boot.rb
Carl Lerche
2009-12-31
2
-3
/
+4
*
Clarify assertion
Jeremy Kemper
2009-12-30
1
-2
/
+2
*
Use the correct method for eager loading autoloads
Carl Lerche
2009-12-29
1
-0
/
+16
*
Don't require initializer.rb in core.rb
Carl Lerche
2009-12-28
1
-10
/
+18
*
Merge remote branch 'origin/master'
Carlhuda
2009-12-23
1
-1
/
+1
|
\
|
*
Fix reference to Application#configuration to use #config
Jeremy Kemper
2009-12-23
1
-1
/
+1
|
*
Isolation tests intentionally avoid loading any state (because they're often ...
Carlhuda
2009-12-23
1
-3
/
+3
*
|
Rackup config.ru from the correct directory
Carlhuda
2009-12-23
1
-2
/
+4
*
|
Require active_support/all unless specifically requested to be left out.
Carlhuda
2009-12-23
1
-0
/
+6
*
|
Finish moving config.frameworks-dependent code to the framework plugin
Carlhuda
2009-12-23
1
-0
/
+2
*
|
Make /rails/info/properties work again. Also, the mocked up tests were passin...
Carlhuda
2009-12-23
1
-0
/
+5
*
|
Isolation tests intentionally avoid loading any state (because they're often ...
Carlhuda
2009-12-23
1
-3
/
+3
*
|
Moving out some framework specific initializers into the framework libraries.
Carlhuda
2009-12-23
1
-23
/
+17
*
|
tests pass with requiring the frameworks in rails.rb
Carlhuda
2009-12-23
4
-61
/
+38
|
/
*
Merge branch 'master' of github.com:rails/rails
Joshua Peek
2009-12-21
3
-89
/
+87
|
\
|
*
Blog -> Blog::Application. Leave the toplevel module up for grabs.
Jeremy Kemper
2009-12-21
1
-1
/
+1
*
|
Update routes.rb template to use App name
Joshua Peek
2009-12-21
2
-7
/
+17
|
/
*
Default route was removed from default route config, patch up failing tests.
Joshua Peek
2009-12-21
1
-0
/
+18
*
Add the ability for plugins to set default configuration settings.
Carl Lerche
2009-12-15
2
-0
/
+22
*
Procs don't call themselves
Joshua Peek
2009-12-15
1
-0
/
+32
*
Fix loading plugin and engine route sets
Joshua Peek
2009-12-14
1
-0
/
+38
*
Remove assert_raises usage that only test-unit 1 supports. Breaks minitest an...
Jeremy Kemper
2009-12-06
1
-2
/
+2
*
Add support for bare ActiveSupport via config.active_support.bare
Carlhuda
2009-12-02
2
-1
/
+12
*
Remove global Rails initializers
Carlhuda
2009-12-02
2
-25
/
+17
*
Some basic route discovery tests
Joshua Peek
2009-12-01
1
-0
/
+85
*
Notifications: extract central Notifier, cordon off the internal Fanout imple...
Jeremy Kemper
2009-11-28
1
-24
/
+6
*
Fix the rackup test to correctly use Rack::Builder.parse_file
Carl Lerche
2009-11-25
1
-1
/
+2
*
Have script/* and Rakefile use the application object
Carlhuda
2009-11-24
1
-17
/
+4
*
Updates notifications tests in railties to reflect changes to the notificatio...
Carlhuda
2009-11-23
1
-1
/
+3
[next]