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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dont reload the environment, just not needed bro
David Heinemeier Hansson
2010-06-24
1
-2
/
+0
*
adding missing assertion and fixing the test
Neeraj Singh
2010-06-24
1
-2
/
+4
*
fixing test by replacing assert with assert_equal
Neeraj Singh
2010-06-24
1
-1
/
+1
*
Remove the --singeleton option from scaffold generator.
Prem Sichanugrist
2010-06-24
9
-51
/
+3
*
adding middleware test for RAILS_CACHE
Neeraj Singh
2010-06-24
1
-0
/
+11
*
Remove obsolete test case, since we have move Rails::LogSubscriber to ActiveS...
Prem Sichanugrist
2010-06-24
1
-9
/
+0
*
AS::Isolation functional on Windows/JRuby.
Nick Sieger
2010-06-24
1
-2
/
+0
*
Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...
José Valim
2010-06-24
7
-382
/
+14
*
Remove run_initializers from class methods.
José Valim
2010-06-24
2
-33
/
+14
*
Fix initializable tests
Jeremy Kemper
2010-06-24
1
-1
/
+1
*
Move Collection responsibility from application to initializable
Jeremy Kemper
2010-06-24
2
-2
/
+2
*
Speed up boot by tsorting as infrequently as possible
Jeremy Kemper
2010-06-24
3
-9
/
+4
*
Don't halt railties tests on failures
Jeremy Kemper
2010-06-24
1
-2
/
+2
*
Array#sample now exists, so test for #forty_two instead
Jeremy Kemper
2010-06-24
1
-1
/
+1
*
renames load_(once_)paths to autoload_(once_)paths in dependencies and config
Xavier Noria
2010-06-24
7
-24
/
+27
*
Patch for Namespace problem in Scaffold. [#4763 state:resolved]
Mohammed Siddick.E
2010-06-23
13
-60
/
+185
*
Note that 'rails server' allows specifying mongrel, thin, etc [#4845 state:re...
Trevor Turk
2010-06-22
1
-1
/
+1
*
Rails Runner now sets $0 and $PROGRAM_NAME to name of file being run [#2244 s...
rohit
2010-06-22
1
-0
/
+1
*
Added 4 tests for Rails Runner. 2 failing tests for $0 and $PROGRAM_NAME [#22...
rohit
2010-06-22
1
-0
/
+49
*
Bump rack-mount to 0.6.5 for tokenizer speedup
Jeremy Kemper
2010-06-21
1
-1
/
+1
*
Changed `ruby /path/to/rails myapp --dev` to `ruby /path/to/rails new myapp -...
Jeff Kreeftmeijer
2010-06-21
1
-1
/
+1
*
Revert "files in the lib directory are no longer autoloaded"
Xavier Noria
2010-06-21
2
-8
/
+2
*
Alias app to build_middleware_stack for clarity.
José Valim
2010-06-21
2
-1
/
+2
*
Remove unused webrick_server file.
José Valim
2010-06-21
1
-156
/
+0
*
files in the lib directory are no longer autoloaded
Xavier Noria
2010-06-21
2
-2
/
+8
*
Merge remote branch 'rails/master'
Xavier Noria
2010-06-20
33
-233
/
+317
|
\
|
*
I18n.reload! is only called if any of the locale files actually changed.
José Valim
2010-06-20
2
-108
/
+114
|
*
Use the new ActiveSupport::FileUpdateChecker instead of RoutesReloader.
José Valim
2010-06-20
2
-49
/
+10
|
*
Improve documentation for add_lib_to_load_paths!
José Valim
2010-06-20
1
-3
/
+16
|
*
Add test for migration generator with name not starting with add or remove. [...
rohit
2010-06-20
1
-0
/
+15
|
*
Added absolute path for config.ru as well. Turns out this is also needed to f...
Ryan Duryea
2010-06-20
1
-1
/
+2
|
*
Pass rack the absolute path of server's pid file
Ryan Duryea
2010-06-20
1
-1
/
+1
|
*
remove executable permission from files that don't need it. [#4802 state:reso...
rohit
2010-06-20
7
-0
/
+0
|
*
Strip trailing whitespace from generated applications [#4905 state:resolved]
Chris Griego
2010-06-20
5
-8
/
+8
|
*
Make polymorphic_url and scaffolding work with uncountable resources [#3930 s...
Andrew White
2010-06-20
7
-5
/
+23
|
*
Merge branch 'master' of github.com:rails/rails
José Valim
2010-06-20
1
-24
/
+36
|
|
\
|
|
*
Adds a few connection parameters for IBM databases.
Antonio Cangiano
2010-06-18
1
-24
/
+36
|
*
|
Clear DescendantsTracker on each request.
José Valim
2010-06-19
5
-35
/
+77
|
|
/
|
*
Merge branch 'master' of github.com:rails/rails
José Valim
2010-06-17
1
-0
/
+2
|
|
\
|
|
*
use RDoc 2.2 to generate the documentation of individual components
Xavier Noria
2010-06-16
1
-0
/
+2
|
*
|
Add a failing test for ticket #4874
José Valim
2010-06-17
1
-0
/
+14
|
|
/
*
|
Generators Guide: Typo of my own
rspeicher
2010-06-20
1
-1
/
+1
*
|
Generators Guide: Style/grammar changes and minor typos
rspeicher
2010-06-20
1
-24
/
+24
*
|
Generators Guide: Make titles conform to conventions
rspeicher
2010-06-20
1
-8
/
+8
*
|
Generators Guide: Remove semicolons from prologue, as none of the other guide...
rspeicher
2010-06-20
1
-6
/
+6
*
|
cleaner output for rake validate_guides: dot-style, brief summary and detaile...
Jaime Iniesta
2010-06-18
1
-6
/
+29
*
|
Merge remote branch 'origin/master'
Bryan Woods
2010-06-16
2
-21
/
+21
|
\
\
|
*
|
Clarify language around list of finder methods.
kaygee
2010-06-16
1
-2
/
+2
|
*
|
Fix incorrect pluralization in 'These methods allows you to pass arguments...'.
kaygee
2010-06-16
1
-1
/
+1
|
*
|
Guides: AS Core Extensions, behaviour => behavior
rohit
2010-06-16
1
-4
/
+4
[next]