aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
* the pdoc task is no longer neededXavier Noria2010-08-201-6/+0
|
* Bump up rdoc to 2.5.10Santiago Pastorino2010-08-181-1/+1
|
* undoes one of the modifications to RDoc::Parser.binary?Xavier Noria2010-08-071-1/+1
|
* quick hack: hijacks the predicate RDoc::Parser.binary? so that it does not ↵Xavier Noria2010-08-071-0/+27
| | | | consider a handful of ordinary Ruby files in the Rails tree as binary (and thus excluded from the API)
* adds Abstract Controller to the APIXavier Noria2010-08-071-0/+1
|
* APIs for individual components are no longer publishedXavier Noria2010-07-261-3/+0
|
* include the root README.rdoc as main pageXavier Noria2010-07-241-13/+5
|
* update Rakefiles for RDoc 2.5Aaron Patterson2010-07-231-5/+3
|
* bump required RDoc to >= 2.5.9, and replace the 2.2 horo.rb with Aaron's gemXavier Noria2010-07-221-1/+2
|
* Add .rdoc extension to README files.José Valim2010-07-211-8/+8
|
* pdoc tasks publishe APIs in api.rubyonrails.orgXavier Noria2010-06-161-1/+1
|
* migrates the Jamis template to RDoc 2.x, the root Rakefile requires RDoc 2.2Xavier Noria2010-06-161-1/+12
| | | | To understand the changes in horo.rb check rdoc/template.rb in a RDoc 2.x
* get railties/README back to the home page of the APIXavier Noria2010-05-251-0/+1
|
* Make Railties RDoc task work again [#4291 state:resolved]Andrew White2010-03-281-2/+2
| | | Signed-off-by: wycats <wycats@gmail.com>
* Add ActionDispatch to RDoc task [#4287 state:resolved]Andrew White2010-03-281-0/+1
| | | Signed-off-by: wycats <wycats@gmail.com>
* Do not need to load ActionPack::VERSIONJosé Valim2010-03-271-2/+0
|
* Use the new RAILS_VERSION in rake install (ht: ZhangJinzhu) [#4116 ↵wycats2010-03-271-3/+5
| | | | state:resolved]
* Require AP::VERSION in order to install gems.José Valim2010-03-101-0/+1
|
* Read Rails version from a file instead of modifying the load path and doing ↵Bryan Helmkamp2010-03-041-9/+6
| | | | | | requires Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Leverage VERSION constants from gemspecs to avoid tedious updates when releasingBryan Helmkamp2010-03-021-4/+9
|
* Add `rake update_versions` task at root for quickly updating all componentsBryan Helmkamp2010-03-021-0/+22
|
* Remove cruft in the gem packaging and release codeBryan Helmkamp2010-03-011-8/+6
|
* Make install appear on rake -T.José Valim2010-02-211-0/+1
|
* fixes doc generationXavier Noria2010-02-101-0/+4
| | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Submarine the rake-gemcutter dep in RakefilesJeremy Kemper2010-02-051-6/+7
|
* Fix task definesJeremy Kemper2010-02-041-1/+1
|
* Need gemcutter here tooDavid Heinemeier Hansson2010-02-041-0/+1
|
* Release using gemcutter gem:push tasksJeremy Kemper2010-02-041-0/+14
|
* Move to 3.0.0.betaDavid Heinemeier Hansson2010-02-031-1/+0
|
* Bump arel dependency to 0.2.0 from 0.2.preJeremy Kemper2010-01-311-1/+0
|
* rake smoke: toplevel task to quickly smoke-test all projectsJeremy Kemper2009-12-281-1/+8
|
* Break up rails and railties:Carlhuda2009-12-021-2/+13
| | | | | | | * rails is now a metagem (gem install rails works as it does now) * railties includes the glue layer, so you can easily declare dependencies on railties, actionpack, and actionmailer and not get ActiveRecord's rake tasks, initializers, etc.
* Unify test:isolated across components and run by default at toplevelJeremy Kemper2009-11-101-2/+2
|
* Add rake gemspec and gemspecs to the repoYehuda Katz2009-08-311-3/+2
|
* Make rake install workYehuda Katz2009-08-281-0/+1
|
* Create an install task that successfully installs all Rails gemsYehuda Katz2009-08-271-2/+8
|
* Vendorized Thor.José Valim2009-07-131-1/+2
|
* Report errors in 'all project' rake tasks [#2224 state:resolved]Kerry Buckley2009-05-181-1/+3
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Cherry-pick core extensionsJeremy Kemper2009-05-131-1/+1
|
* Defer rake/contrib requires so we can use the stdlib rake instead of the ↵Jeremy Kemper2009-05-131-1/+1
| | | | full gem
* Get Active Model in the mixJeremy Kemper2009-04-221-1/+1
|
* Horo rdoc templateJeremy Kemper2008-06-221-7/+7
|
* fix toplevel pdoc taskJeremy Kemper2008-06-181-1/+1
|
* Require ssh publisher in toplevel RakefileJeremy Kemper2008-06-181-0/+1
|
* Add toplevel rdoc and pdoc tasksJeremy Kemper2008-06-181-1/+60
|
* Add pdoc task to toplevel RakefileJeremy Kemper2008-06-181-1/+1
|
* Toplevel test task uses the same rake it was invoked withJeremy Kemper2007-12-181-1/+1
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8432 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Fix rdoc task name (closes #10392) [murphy]David Heinemeier Hansson2007-12-171-1/+1
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8427 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Forgot railtiesJeremy Kemper2007-10-151-1/+1
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7892 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
* Reorder project list so AR tests run lastJeremy Kemper2007-10-151-1/+1
| | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7891 5ecf4fe2-1ee6-0310-87b1-e25e094e27de