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
*
Add ENV['RACK_ENV'] support to rake runner/console/server.
kennyj
2012-12-06
3
-3
/
+3
*
Fix wrong doc and message about rails profiler.
kennyj
2012-12-04
1
-1
/
+1
*
Refactor config abort message a bit for dbconsole
Carlos Antonio da Silva
2012-11-18
2
-8
/
+4
*
Fix rails db command with sqlite3 database
Carlos Antonio da Silva
2012-11-18
1
-5
/
+5
*
Removing warning : assigned but unused variable
Arun Agrawal
2012-11-10
1
-1
/
+1
*
copy the log level from the config settings
Aaron Patterson
2012-11-09
1
-0
/
+1
*
Use Ruby 1.9 Hash syntax in railties
Robin Dupret
2012-10-14
5
-11
/
+11
*
update Rails::Generators docs [ci skip]
Francesco Rodriguez
2012-10-07
1
-1
/
+1
*
Support MySQL SSL in rails dbconsole.
needfeed
2012-09-10
1
-1
/
+6
*
add Rack::Lock for webrick
Aaron Patterson
2012-08-21
1
-0
/
+9
*
removes usage of Object#in? from the code base (the method remains defined by...
Xavier Noria
2012-08-06
2
-4
/
+2
*
Remove support for rails server RAILS_ENV=env-name
Sam Oliver
2012-05-30
1
-5
/
+0
*
Fix various bugs with console arguments.
Sam Oliver
2012-05-30
2
-85
/
+100
*
Add support runner hook.
kennyj
2012-05-29
1
-0
/
+1
*
use File.join rather than depend on Pathname
Aaron Patterson
2012-05-23
1
-1
/
+1
*
Fix `rails db -h` and cosmetic fixes in usage banners
Alexey Vakhov
2012-05-22
3
-3
/
+8
*
Use relative path to sqlite3 db in `rails db` command
Alexey Vakhov
2012-05-22
1
-1
/
+1
*
require "rubygems" is obsolete in Ruby 1.9.3
Kornelius Kalnbach
2012-05-13
2
-3
/
+0
*
More faster rails dbconsole
Dmitry Vorotilin
2012-05-06
1
-10
/
+28
*
Add Rails::DBConsole tests
Alexey Vakhov
2012-05-02
1
-22
/
+34
*
Remove unused assignments
Mark Rushakoff
2012-04-29
1
-1
/
+0
*
and one more time
Aditya Sanghi
2012-04-24
2
-3
/
+3
*
another attempt at the language
Aditya Sanghi
2012-04-18
1
-1
/
+1
*
stamp out ruby-debug19 with extreme prejudice :)
Aditya Sanghi
2012-04-17
2
-4
/
+4
*
match rails console environment support, to server
schneems
2012-03-22
1
-0
/
+13
*
fix rails server support of RAILS_ENV variable
schneems
2012-03-20
1
-0
/
+5
*
allow people to specify custom formatters, use the default formatter in produ...
Aaron Patterson
2012-03-12
1
-0
/
+2
*
Refactor Rails::Console to make it easier to test and add tests for it
Piotr Sarnacki
2012-02-16
1
-25
/
+46
*
Allow to set custom console type with Rails.application.config.console=
Piotr Sarnacki
2012-02-16
1
-2
/
+3
*
Remove console --irb deprecation notice
Piotr Sarnacki
2012-02-16
1
-1
/
+0
*
broadcasting to the console and remove file tailing middleware
Aaron Patterson
2012-01-20
1
-1
/
+7
*
do not do reverse lookups on incoming requests for webrick. fixes #4542
Aaron Patterson
2012-01-19
1
-0
/
+1
*
fixes in api docs
Vijay Dev
2012-01-13
2
-2
/
+2
*
No need to require psych since require yaml does that.
Rafael Mendonça França
2012-01-04
1
-1
/
+0
*
No need to use rescue block to require psych
Rafael Mendonça França
2012-01-04
1
-6
/
+1
*
Rails::Plugin has gone
Santiago Pastorino
2012-01-03
1
-544
/
+0
*
gem ruby-debug19 for console error if ruby-debug19 not found
Vishnu Atrai
2011-12-25
1
-1
/
+1
*
Get rid of more 1.8.x dead code
José Valim
2011-12-20
1
-1
/
+1
*
dbconsole: Use the app's database_configuration instead of duplicating code.
Dieter Komendera
2011-12-14
1
-1
/
+1
*
Remove the -h option to dbconsole which is the shorter form of --header
Vijay Dev
2011-11-22
1
-1
/
+1
*
Substituted RailsCommands for Rails::Commands
Daniel Dyba
2011-11-16
1
-159
/
+161
*
Changed Commands module to RailsCommands.
Daniel Dyba
2011-11-16
1
-3
/
+3
*
Extend IRB right before starting IRB to remove dependency on IRB from Rails::...
Akira Matsuda
2011-11-10
1
-0
/
+2
*
Use toplevel Rack::ContentLength
Jeremy Kemper
2011-10-19
1
-1
/
+1
*
Use again Rack's ContentLength middleware part 2
Santiago Pastorino
2011-10-18
1
-0
/
+1
*
Use again Rack's ContentLength middleware
Santiago Pastorino
2011-10-18
1
-1
/
+0
*
Print information about .railsrc to users
Guillermo Iguaran
2011-10-02
1
-0
/
+1
*
Read extra args for 'rails new' from ~/.railsrc
Guillermo Iguaran
2011-10-02
1
-0
/
+7
*
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
[next]