Commit Graph

12958 Commits

Author SHA1 Message Date
José Valim
efa850558f Make bin/rails call rails/commands/application, fix generators usage and update .gitignores. 2010-02-03 18:49:47 +01:00
José Valim
391f2543c9 Properly show middlewares on rake about. 2010-02-03 18:07:22 +01:00
José Valim
622e3dda84 No more vendored thor. 2010-02-03 17:57:54 +01:00
José Valim
836cbe5735 Add method and path to AC notifications. 2010-02-03 17:18:18 +01:00
José Valim
b13504303b Merge remote branch 'mikel/master' 2010-02-03 10:32:27 +01:00
Mikel Lindsaar
f390eade5f Adding 'db' as a shortcut for dbconsole to the rails command 2010-02-03 19:50:51 +11:00
Mikel Lindsaar
38d13f9597 Deprecated freeze rake tasks and cleaned up annotations.rake 2010-02-03 18:31:57 +11:00
Mikel Lindsaar
9d65390805 Added encoding qery support for SQLite3 to make rake db:charset work on all databases shipping with Rails 3 2010-02-03 18:06:38 +11:00
Mikel Lindsaar
fbdef7aafe Made rake db:create also create the test database if you are in development mode 2010-02-03 16:39:04 +11:00
Mikel Lindsaar
80e49354f1 Updating index.html to remove script/generate and making railties tests pass again 2010-02-02 21:13:01 -08:00
Mikel Lindsaar
76d5428c33 Updating index.html to remove script/generate and making railties tests pass again 2010-02-03 15:52:05 +11:00
David Heinemeier Hansson
9a83bd5006 Rename usage path to command to just the command name 2010-02-02 16:16:26 -08:00
David Heinemeier Hansson
ea59177156 Wups, need the application command in there too 2010-02-02 16:11:40 -08:00
David Heinemeier Hansson
68ca336195 Fix rails server 2010-02-02 16:10:24 -08:00
David Heinemeier Hansson
7840ea29b4 Added "rake about" as a replacement for script/about [DHH] 2010-02-02 16:03:47 -08:00
David Heinemeier Hansson
d53749608e Add a reminder that you should use "rails" not "script/rails" when running normally 2010-02-02 15:56:16 -08:00
David Heinemeier Hansson
9f224061ee Boot path has already been required, dont need it again 2010-02-02 15:54:31 -08:00
Carl Lerche
08fd9a6491 Remove the generated gemfile in railties tests since the rails gemfile is used. 2010-02-02 15:51:24 -08:00
David Heinemeier Hansson
d236827881 Removed all the default commands in script/* and replaced them with script/rails and a rails command that'll act the same when run from within the app [DHH] 2010-02-02 15:50:56 -08:00
Carl Lerche
144f41ed9b Use bundler 0.9.0.pre4 when running CI 2010-02-02 10:19:43 -08:00
Chad Woolley
2c978160d2 Fix invocation of system commands in ci script
Signed-off-by: Carl Lerche <carllerche@mac.com>
2010-02-02 10:17:50 -08:00
José Valim
ff2d04a9ec Revert "failing tests in multibyte_chars_test.rb fixed". The bug is in Ruby 1.9.1 p376, not in AS test suite.
This reverts commit bf1f70d8776e28f9181faefc4914059b4ad26b99.
2010-02-02 12:07:41 +01:00
Santiago Pastorino and José Ignacio Costa
afdf52402e Routing Mapper with % interpolation on Ruby 1.9.1 fixed [#3837 status:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-02-02 11:58:38 +01:00
José Valim
95eadb39bd Configuration values should be on AV::Base. 2010-02-02 11:32:28 +01:00
José Valim
ec4b18ec78 Get rid of deprecation warnings on config/environments/* 2010-02-02 10:44:09 +01:00
José Valim
101a8fa5f8 Ensure that attr_reader methods in generators are protected. 2010-02-02 10:30:28 +01:00
Szymon Nowak
17bee0dd2f Change Rails::Generators::Migration protected instance methods to class methods. [#3820 status:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-02-02 10:18:48 +01:00
Prem Sichanugrist
c01014ac1c Modify the behavior of radio_button_tag to use sanitize_to_id for consistency [#1792 status:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-02-02 10:17:26 +01:00
Prem Sichanugrist
ea2cbc86f7 Add test case for unable to run migration if ActiveRecord::Base.logger is nil (#3434)
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-02-02 10:14:51 +01:00
Corey Johnson
f4e5303bcf fixed migration logger bug [#3434 status:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-02-02 10:12:07 +01:00
Kieran Pilkington
f16e2ae9c9 Updating USAGE information for Mailer generator [#3801 status:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-02-02 10:09:41 +01:00
Prem Sichanugrist
ab83800c35 Hide '/rails/info/properties' from 'rake routes' [#3793 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2010-02-02 09:05:22 +00:00
Sam Ruby
df8852d04d Make rdoc match current API
Signed-off-by: Mikel Lindsaar <raasdnil@gmail.com>
2010-02-02 12:06:50 +11:00
Sam Ruby
5998dd7bb8 Resolve view paths correctly on CygWin
Signed-off-by: Mikel Lindsaar <raasdnil@gmail.com>
2010-02-02 12:05:49 +11:00
Mikel Lindsaar
485f12fe4c Fixed --dev flag for new bundler 2010-02-02 11:24:19 +11:00
Mikel Lindsaar
d1eed079e1 Merge branch 'master' of git://github.com/rails/rails 2010-02-02 10:51:19 +11:00
Carl Lerche
b9edb0c60c Update the Gemfile and CI build 2010-02-01 15:42:45 -08:00
Carl Lerche
16c0d1d3b6 Run bundle exec rake instead of bin/rake during CI 2010-02-01 15:08:40 -08:00
Carl Lerche
90ab1a6a4d [PATCH] remove geminstaller dependency from ci build 2010-02-01 15:04:03 -08:00
Mikel Lindsaar
ddf2b4add3 Xavier's edits 2010-02-02 09:46:55 +11:00
José Valim
d74b5e440c Make AM test suite green. 2010-02-01 23:34:47 +01:00
Carl Lerche
ff7a6a9b41 Add the database adapter in the generated Gemfile 2010-02-01 13:43:17 -08:00
Santiago Pastorino
bf1f70d877 failing tests in multibyte_chars_test.rb fixed
Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local>
2010-02-01 09:30:00 -08:00
Mikel Lindsaar
428bdb5063 Adding Release Notes 3.0 2010-02-01 23:51:40 +11:00
José Valim
66615f25cf Merge branch 'master' of gitproxy:rails/rails 2010-02-01 11:41:16 +01:00
José Valim
0dece7929c Deprecate AC configuration values which were moved to Rack. 2010-02-01 11:40:27 +01:00
Jeremy Kemper
e5ab4b0d07 Convert to class_attribute 2010-02-01 02:02:42 -08:00
Jeremy Kemper
8ae25a8e41 Introduce class_attribute to declare inheritable class attributes. Writing an attribute on a subclass behaves just like overriding the superclass reader method. Unifies and replaces most usage of cattr_accessor, class_inheritable_attribute, superclass_delegating_attribute, and extlib_inheritable_attribute. 2010-02-01 02:02:41 -08:00
José Valim
a8c5d22c23 Add config.generators.fallbacks. 2010-02-01 10:48:59 +01:00
Mikel Lindsaar
aa9f549965 Updates to output and warning on being for Rails 3.0 2010-02-01 19:59:45 +11:00