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
/
test
/
application
/
rake_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Merge pull request #5995 from kennyj/fix_5847-3"
José Valim
2012-04-27
1
-22
/
+0
*
Fix #5847 and #4045. Load AR::Base before loading an application model.
kennyj
2012-04-26
1
-0
/
+22
*
Fix GH #5435. db:structure:dump should be reenable.
kennyj
2012-03-17
1
-0
/
+12
*
Remove --http.
José Valim
2012-03-14
1
-20
/
+0
*
Fix scaffold controller template, ensure rake scaffold test pass by default
Carlos Antonio da Silva
2012-03-14
1
-2
/
+23
*
Use one system call whenever possible, group rake and Dir.chdir calls
Carlos Antonio da Silva
2012-03-08
1
-14
/
+11
*
Add db:schema:cache:dump and db:schema:cache:clear tasks.
kennyj
2012-03-01
1
-0
/
+19
*
use a regular expression for the number of passes. We only care that
Aaron Patterson
2012-01-06
1
-1
/
+1
*
convert railties to use AS::TestCase
Aaron Patterson
2012-01-05
1
-1
/
+1
*
Move SubTestTask. Soften up tests.
Jeremy Kemper
2011-12-21
1
-10
/
+7
*
Rename STRUCTURE to DB_STRUCTURE, update dump task description and add simple...
Dieter Komendera
2011-12-18
1
-0
/
+8
*
Moves migrations tests from railties/test/application/rake_test.rb to railtie...
Kazimierz Kiełkowicz
2011-12-07
1
-68
/
+0
*
Move asset tests to assets_test file
Guillermo Iguaran
2011-09-13
1
-31
/
+0
*
Merge pull request #2987 from kennyj/master
Santiago Pastorino
2011-09-12
1
-0
/
+16
|
\
|
*
fix https://github.com/rails/rails/issues/2947 (with testcase)
kennyj
2011-09-13
1
-0
/
+16
*
|
Merge pull request #2985 from kennyj/master
Santiago Pastorino
2011-09-12
1
-0
/
+16
|
\
|
|
*
fix https://github.com/rails/rails/issues/2582 (with testcase)
kennyj
2011-09-13
1
-1
/
+17
*
|
added test for db migrate:redo
Deepak Prasanna
2011-09-10
1
-0
/
+25
*
|
Merge pull request #2957 from waseem/migration_status_tests
Santiago Pastorino
2011-09-09
1
-0
/
+24
|
\
\
|
*
|
Tests for rake db:migrate:status.
Waseem Ahmad
2011-09-09
1
-1
/
+25
|
|
/
*
/
move route inspecting to an object so that we can more easily test it
Aaron Patterson
2011-09-09
1
-95
/
+2
|
/
*
Warnings removed for "assert_match /" Please do
Arun Agrawal
2011-09-04
1
-3
/
+3
*
Improve formatting of route to Rack application in rake routes.
Hendy Tanata
2011-07-17
1
-0
/
+21
*
Better formatting of route requirements in rake:routes.
Hendy Tanata
2011-07-16
1
-2
/
+65
*
Don't raise on mass assignment for test
José Valim
2011-07-07
1
-6
/
+15
*
Add test to rake test for error messages
Wen-Tien Chang
2011-06-30
1
-0
/
+26
*
Solve the RAILS_ENV problem in the railties tests in a more generic way
Jon Leighton
2011-06-06
1
-1
/
+5
*
Parenthesize arguments when the first one is a Regexp literal.
Sebastian Martinez
2011-05-23
1
-9
/
+9
*
Add test to verify production rake tasks flush logger on exit
Jason Rudolph
2011-05-06
1
-0
/
+13
*
Display custom asset routes in `rake routes`
Peter Suschlik
2011-05-05
1
-0
/
+9
*
fix db:fixtures:load with FIXTURES specified [#6061 state:resolved]
John Hawthorn
2011-02-06
1
-0
/
+17
*
Add test cases for model and migration generators which use `change` method.
Prem Sichanugrist
2011-01-04
1
-0
/
+19
*
Ensure that initializers are executed before loading rake tasks
Piotr Sarnacki
2010-11-18
1
-0
/
+16
*
Strip regexp anchors from rake routes output [#5934 state:resolved]
Andrew White
2010-11-09
1
-0
/
+9
*
Fix typo and add sanity test for code statistics rake task.
Emilio Tagua
2010-09-24
1
-1
/
+6
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
Avoid calls to Rails::Application since this is not the official API.
José Valim
2010-07-01
1
-2
/
+2
*
Clear DescendantsTracker on each request.
José Valim
2010-06-19
1
-1
/
+1
*
The rake task :environment now loads config/environment.rb instead of initial...
José Valim
2010-04-29
1
-0
/
+14
*
Ensure application rake tasks and generators are loaded after the ones specif...
José Valim
2010-04-26
1
-0
/
+23