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
/
commands
Commit message (
Expand
)
Author
Age
Files
Lines
*
replace dev.ror.com plugin url with a dummy one
Vijay Dev
2011-06-16
1
-2
/
+2
*
make 'rails runner' show usage when run without any options
Vijay Dev
2011-06-10
1
-0
/
+4
*
Merge pull request #1356 from flippingbits/fix_engine_generator
José Valim
2011-06-09
1
-1
/
+3
|
\
|
*
Refactor identifying generator's destination root
Stefan Sprenger
2011-05-27
1
-5
/
+2
|
*
Introducing engine commands
Stefan Sprenger
2011-05-26
1
-1
/
+6
*
|
Fixing Rails::Server#app under Rack::URLMap
Guillermo Iguaran
2011-06-07
1
-1
/
+1
*
|
Remove trailing white-spaces
Guillermo Iguaran
2011-06-05
2
-6
/
+6
|
/
*
Everyone receives app as argument for consistency.
José Valim
2011-05-25
1
-1
/
+2
*
Actually this file may be invoked directly as well with --dev.
José Valim
2011-05-25
2
-1
/
+3
*
Streamline generators initialization flow.
José Valim
2011-05-25
3
-7
/
+1
*
Move content length to the server, this brings the same behavior as in rack 1.2.
José Valim
2011-05-23
1
-0
/
+1
*
Merge pull request #247 from goncalossilva/performance_test
Jeremy Kemper
2011-05-17
2
-62
/
+55
|
\
|
*
benchmarker and profiler now use the new performance testing tools (support f...
Gonçalo Silva
2011-05-10
2
-62
/
+55
*
|
Use all in place of find(:all)
Vijay Dev
2011-05-10
1
-1
/
+1
|
/
*
Merge pull request #263 from CvX/master
José Valim
2011-05-07
1
-1
/
+1
|
\
|
*
Corrected dbconsole usage message.
2011-04-12
1
-1
/
+1
*
|
Always flush logger at exit
Jason Rudolph
2011-05-06
1
-14
/
+8
*
|
Take into account the Rack::Server :SSLEnable option when building the applic...
Daniel Martin
2011-05-06
1
-1
/
+2
*
|
Remove defined?(ActiveRecord) and use the railtie hook instead.
José Valim
2011-05-04
1
-4
/
+0
*
|
Fix console to accept [environment] [options] as specified in docs.
Emilio Tagua
2011-04-14
1
-1
/
+1
*
|
Remove `#among?` from Active Support
Prem Sichanugrist
2011-04-13
4
-4
/
+4
|
/
*
Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...
David Heinemeier Hansson
2011-04-12
4
-4
/
+4
*
Cant use inclusion in commands/application.rb as the frameworks havent all be...
David Heinemeier Hansson
2011-04-11
1
-2
/
+1
*
Using Object#in? and Object#either? in various places
Prem Sichanugrist
2011-04-11
5
-5
/
+15
*
Moved Turn activation/dependency to railties
David Heinemeier Hansson
2011-03-31
1
-1
/
+1
*
Direct logging of Active Record to STDOUT so it's shown inline with the resul...
David Heinemeier Hansson
2011-03-31
1
-0
/
+4
*
reduce two method calls per request, 1 to method_missing and one to send
Aaron Patterson
2011-02-28
1
-0
/
+4
*
Drop remaining script/plugin sources references
Tim Pope
2011-02-03
1
-6
/
+1
*
Accept 'postgres' as a PostgreSQL driver name in dbconsole for non-AR ORMs li...
Akira Matsuda
2011-02-01
1
-1
/
+1
*
"rails dbconsole t" must not load "production" but "test"
Akira Matsuda
2011-01-31
1
-1
/
+1
*
Use Thor's self.exit_on_failure? to exit whenever accessing the generators fr...
Philip Arndt
2011-01-29
1
-0
/
+12
*
load and prefer psych as the YAML parser when it is available
Aaron Patterson
2011-01-21
1
-0
/
+6
*
Don't need to support rails plugin --version
Piotr Sarnacki
2010-11-16
1
-6
/
+0
*
Added 'rails plugin new' generator which generates gem plugin skeleton.
Piotr Sarnacki
2010-11-02
1
-0
/
+16
*
no need to check for nil
Neeraj Singh
2010-09-30
1
-1
/
+1
*
Send 'rails runner' help message to stdout instead of stderr.
rohit
2010-09-19
1
-1
/
+1
*
Fix output of 'rails runner --help' [#4249 state:open]
rohit
2010-09-18
1
-1
/
+1
*
"rails console t" must not load "production" but "test"
Akira Matsuda
2010-09-02
1
-1
/
+1
*
Config is deprecated on 1.8.8 and 1.9.3 use RbConfig
Santiago Pastorino
2010-08-23
2
-2
/
+2
*
Trifling typos
Raphomet
2010-08-21
1
-1
/
+1
*
Add console hook to force ActiveRecord::Base to be loaded when console starts...
José Valim
2010-07-18
1
-4
/
+1
*
Allow a PID file to be specified to rails server [#5031 state:resolved]
Sudara
2010-07-08
1
-0
/
+3
*
Print proper "Usage:" messages for "rails plugin" command
Akira Matsuda
2010-07-07
1
-2
/
+10
*
whitespace
Akira Matsuda
2010-07-07
1
-50
/
+47
*
ARGV.empty? is useless. If ARGV is empty, ARGV.first != "new" will always be ...
Madjo DIAPENA
2010-07-04
1
-1
/
+1
*
Avoid calls to Rails::Application since this is not the official API.
José Valim
2010-07-01
1
-1
/
+1
*
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 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
[next]