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
/
activerecord
/
Rakefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganize ActiveRecord tasks [Arun Agrawal & Abd ar-Rahman Hamidi]
Arun Agrawal
2014-05-16
1
-71
/
+74
*
Remove code related to adapter which are no longer in repo
Arun Agrawal
2014-05-16
1
-1
/
+1
*
rake, remove frontbase related tasks from Active Record Rakefile.
Yves Senn
2014-05-14
1
-46
/
+0
*
Revert "Merge pull request #14940 from arunagw/hbakhtiyor-test-db-namespaces-ar"
Yves Senn
2014-05-03
1
-107
/
+95
*
Reorganize ActiveRecord tasks [Arun Agrawal & Abd ar-Rahman Hamidi]
Arun Agrawal
2014-05-03
1
-95
/
+107
*
Add description for db:create and db:drop test tasks in AR
Carlos Antonio da Silva
2013-11-17
1
-2
/
+4
*
grab executable from rubygems
Arun Agrawal
2013-07-26
1
-2
/
+1
*
Cleanup task for informing about hstore
Vipul A M
2013-07-25
1
-6
/
+3
*
Merge pull request #11046 from arunagw/verbose_mode_on
Carlos Antonio da Silva
2013-06-25
1
-1
/
+1
|
\
|
*
Adding verbose in isolated test.
Arun Agrawal
2013-06-21
1
-1
/
+1
*
|
Saying gemcutter => rubygems [ci skip]
Arun Agrawal
2013-06-21
1
-1
/
+1
|
/
*
No need to load 'rake/packagetask' as it's already
Arun Agrawal
2013-06-02
1
-1
/
+0
*
Remove unnecessary code, because this extension is created on demand in hstor...
kennyj
2013-05-15
1
-2
/
+0
*
added db:drop task that executes mysql:drop_databses and postgresql:drop_data...
Ranjay Krishna
2013-01-20
1
-0
/
+1
*
removed the puts statement and simplified the execute statement
Ranjay Krishna
2013-01-20
1
-6
/
+1
*
added rake db:create that executes mysql:build_databases and postgresql:build...
Ranjay Krishna
2013-01-20
1
-0
/
+9
*
use template0 option for creating activerecord test databases in postgres bui...
Bobby Wilson
2012-08-19
1
-2
/
+2
*
Create hstore extension when building PostgreSQL databases.
kennyj
2012-06-12
1
-0
/
+10
*
Rakefile executable attributes and shebang lines has been removed
Roman V. Babenko
2012-05-02
1
-1
/
+0
*
Verbose output for tests.
Arun Agrawal
2012-02-03
1
-0
/
+1
*
No verbose the output for tests.
Arun Agrawal
2012-02-01
1
-1
/
+0
*
Use block form of 'File.open' so that File object is auto closed at end
Nathan Broadbent
2012-01-30
1
-7
/
+7
*
Replaced all 'for' loops with Enumerable#each
Nathan Broadbent
2012-01-30
1
-1
/
+1
*
make sure AR isolated tests set the environment variable
Aaron Patterson
2011-06-06
1
-1
/
+2
*
oops! add parens so the block is properly bound
Aaron Patterson
2011-06-06
1
-1
/
+1
*
set the environment variable from the rake file
Aaron Patterson
2011-06-06
1
-1
/
+6
*
add test to the include path
Aaron Patterson
2011-06-06
1
-0
/
+1
*
Make sure that the build/drop database rake tasks take account of the test/co...
Jon Leighton
2011-06-06
1
-12
/
+16
*
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
1
-5
/
+3
*
fixes Rake::GemPackageTask deprecation warnings from rake 0.9.0
Vijay Dev
2011-05-24
1
-2
/
+2
*
use rake to create test databases for us
Aaron Patterson
2011-01-14
1
-0
/
+9
*
sorry, the CI cannot lie to us anymore (Part II)
Santiago Pastorino
2011-01-13
1
-1
/
+1
*
Have a separate test connection directory for sqlite3 in-memory so that the t...
Jon Leighton
2011-01-11
1
-1
/
+1
*
Rakefiles are executables, and rake loads rake, not rakefile code
raggi
2010-11-25
1
-1
/
+1
*
remove use of echo [#4410 state:resolved]
Greg Hazel
2010-09-02
1
-2
/
+2
*
deletes the rdoc task of each component, they are no longer published separately
Xavier Noria
2010-08-20
1
-25
/
+0
*
Bump up rdoc to 2.5.10
Santiago Pastorino
2010-08-18
1
-1
/
+1
*
update tests for mysql2 support
Brian Lopez
2010-08-02
1
-7
/
+7
*
APIs for individual components are no longer published
Xavier Noria
2010-07-26
1
-6
/
+0
*
update Rakefiles for RDoc 2.5
Aaron Patterson
2010-07-23
1
-4
/
+4
*
Makes Rakefile activate rdoc >= 2.5.9
Santiago Pastorino
2010-07-23
1
-1
/
+1
*
Add .rdoc extension to README files.
José Valim
2010-07-21
1
-1
/
+1
*
Add this rule to run common tests and specifics ones from adapters dir
Santiago Pastorino
2010-06-27
1
-1
/
+3
*
reorganizing adapter specific tests. [#4974 state:resolved]
Aaron Patterson
2010-06-25
1
-1
/
+4
*
pdoc tasks publishe APIs in api.rubyonrails.org
Xavier Noria
2010-06-16
1
-1
/
+1
*
use RDoc 2.2 to generate the documentation of individual components
Xavier Noria
2010-06-16
1
-1
/
+2
*
clear the rest of the warnings, run with warnings turned on [#4332 state:reso...
Aaron Patterson
2010-04-10
1
-0
/
+1
*
Leverage VERSION constants from gemspecs to avoid tedious updates when releasing
Bryan Helmkamp
2010-03-02
1
-1
/
+0
*
Remove cruft in the gem packaging and release code
Bryan Helmkamp
2010-03-01
1
-14
/
+0
*
Submarine the rake-gemcutter dep in Rakefiles
Jeremy Kemper
2010-02-05
1
-4
/
+5
[next]