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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve generators help.
José Valim
2010-01-18
1
-8
/
+9
*
More cleaning up on rails generators load path.
José Valim
2010-01-18
6
-71
/
+46
*
Generators load path now will be Ruby load path. If you want to use rspec:ins...
José Valim
2010-01-18
20
-21
/
+20
*
Automatically remove :generators: from namespaces.
José Valim
2010-01-18
3
-8
/
+8
*
Ensure generators can be invoked by their shortcut and remove attr_reader tasks.
José Valim
2010-01-18
2
-2
/
+15
*
Plugin generator should use templates.
José Valim
2010-01-17
1
-0
/
+15
*
Take --skip-activerecord into account boot.rb requires. [#3711 status:resolved]
Rizwan Reza
2010-01-17
1
-5
/
+4
*
Add notifications to default middleware stack and update subscriber tests.
José Valim
2010-01-17
3
-4
/
+5
*
Use backtrace cleaner for dev mode exception page
Joshua Peek
2010-01-16
1
-2
/
+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
*
Bundle automatically if --dev or --edge is given as option.
José Valim
2010-01-15
1
-3
/
+5
*
Fix an issue where log was not being tailed in the first request.
José Valim
2010-01-15
1
-3
/
+2
*
LogTailer should be invoked after all logs in threads were flushed.
José Valim
2010-01-15
1
-0
/
+15
*
Rails::Subscriber is now responsible for flushing all loggers it's responsibl...
José Valim
2010-01-15
1
-1
/
+22
*
Create Rails::Subscriber::TestHelper and use it to make ActiveRecord subscrib...
José Valim
2010-01-13
1
-33
/
+16
*
Set up subscriber on initialization.
José Valim
2010-01-13
3
-6
/
+52
*
Set deprecation warnings for RAILS_ENV and RAILS_DEFAULT_LOGGER.
José Valim
2010-01-13
2
-6
/
+4
*
Allow to add subscribers through Railtie.
José Valim
2010-01-13
1
-0
/
+9
*
Stub initial Rails::Subscriber implementation.
José Valim
2010-01-13
1
-0
/
+102
*
Revert "Add a generator_paths config option"
José Valim
2010-01-13
1
-6
/
+0
*
Cleanup junk metal and revise API
Joshua Peek
2010-01-10
2
-2
/
+3
*
Rewrite Metal tests
Joshua Peek
2010-01-10
8
-135
/
+86
*
Add a generator_paths config option
Yehuda Katz
2010-01-09
1
-0
/
+6
*
Ensure application names are not singularized.
José Valim
2010-01-07
1
-2
/
+7
*
Run railtie and plugin initializers before app specific ones
Joshua Peek
2010-01-07
1
-0
/
+11
*
Ensure config/application.rb also uses app_const instead of app_name.classify.
José Valim
2010-01-07
1
-1
/
+2
*
Fix failing app generator test when using the --dev option
Jeffrey Hardy
2010-01-06
1
-1
/
+1
*
config.plugins should still work with an array of strings
Joshua Peek
2010-01-05
1
-1
/
+7
*
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
*
Autoload AS test case
Joshua Peek
2010-01-04
1
-1
/
+0
*
Autoload AC and AV test case classes
Joshua Peek
2010-01-04
1
-1
/
+0
*
Bring generators tests back to life.
José Valim
2010-01-04
1
-0
/
+4
*
Move all generators tests to use new test case syntax.
José Valim
2010-01-03
20
-181
/
+49
*
Create Rails::Generators::TestCase.
José Valim
2010-01-03
7
-111
/
+35
*
Assert for valid application names. [#3556 status:resolved]
José Valim
2010-01-03
1
-0
/
+10
*
Use regexp in lookups instead of traversing namespaces. This removes the need...
José Valim
2010-01-03
1
-8
/
+9
*
AppName::Application.root should work
Yehuda Katz
2010-01-02
1
-0
/
+5
*
Some railties cleanup:
Carl Lerche
2009-12-31
6
-6
/
+12
*
Rename rails.rb -> rails/all.rb and rails/core.rb -> rails.rb
Carl Lerche
2009-12-31
7
-8
/
+8
*
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
4
-9
/
+11
*
Clarify assertion
Jeremy Kemper
2009-12-30
1
-2
/
+2
*
Revert "Add config.action_controller.include behavior to plugins."
Jeremy Kemper
2009-12-30
1
-16
/
+0
*
Use the correct method for eager loading autoloads
Carl Lerche
2009-12-29
1
-0
/
+16
[next]