Emilio Tagua
|
63039b9c33
|
Fix typo and add sanity test for code statistics rake task.
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-09-24 15:51:29 +02:00 |
|
Santiago Pastorino
|
b451de0d6d
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
|
José Valim
|
53b34e8476
|
Avoid calls to Rails::Application since this is not the official API.
Your application should *always* reference your application const (as Blog::Application) and Rails.application should be used just internally.
|
2010-07-01 18:43:44 +02:00 |
|
José Valim
|
312f433241
|
Clear DescendantsTracker on each request.
|
2010-06-19 17:51:44 +02:00 |
|
José Valim
|
1b816d5024
|
The rake task :environment now loads config/environment.rb instead of initializing the application on its own. This fixes [#4492 state:resolved] and also avoids the application being initialized twice in some rake tasks.
|
2010-04-29 08:39:52 +02:00 |
|
José Valim
|
e461e1bc0e
|
Ensure application rake tasks and generators are loaded after the ones specified in railties/engines/rails. [#4471 state:resolved]
|
2010-04-26 09:36:13 +02:00 |
|