Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | expose ActionMailer::MailHelper in the RDoc | Diego Carrion | 2011-03-09 | 1 | -0/+1 |
| | |||||
* | upgrades to RDoc ~> 3.4 and removes the gem call in root Rakefile (use ↵ | Xavier Noria | 2011-01-12 | 1 | -2/+0 |
| | | | | bundle exec if needed) | ||||
* | removes binary? hack for RDoc, API requires RDoc 3 and horo 1.0.3 | Xavier Noria | 2010-12-23 | 1 | -28/+1 |
| | |||||
* | Rakefiles are executables, and rake loads rake, not rakefile code | raggi | 2010-11-25 | 1 | -1/+1 |
| | |||||
* | Fix stupid error | Santiago Pastorino | 2010-11-17 | 1 | -1/+0 |
| | |||||
* | Bump builder to 3.0.0 | Santiago Pastorino | 2010-11-17 | 1 | -0/+1 |
| | |||||
* | Typo fixed | Santiago Pastorino | 2010-11-17 | 1 | -1/+1 |
| | |||||
* | Small cleanup of the release task | Carl Lerche | 2010-11-16 | 1 | -1/+1 |
| | |||||
* | Update the main Rakefile to use the new release tasks | Carl Lerche | 2010-11-16 | 1 | -0/+9 |
| | |||||
* | Remove the old gem release task | Carl Lerche | 2010-11-16 | 1 | -22/+0 |
| | |||||
* | adds a publish_docs task to force stable docs generation and publishing ↵ | Xavier Noria | 2010-11-16 | 1 | -0/+25 |
| | | | | after a new stable tag has been pushed | ||||
* | Update CHANGELOGs for 3.0 release and upcoming 3.1 | Jeremy Kemper | 2010-08-29 | 1 | -0/+1 |
| | |||||
* | the pdoc task is no longer needed | Xavier Noria | 2010-08-20 | 1 | -6/+0 |
| | |||||
* | Bump up rdoc to 2.5.10 | Santiago Pastorino | 2010-08-18 | 1 | -1/+1 |
| | |||||
* | undoes one of the modifications to RDoc::Parser.binary? | Xavier Noria | 2010-08-07 | 1 | -1/+1 |
| | |||||
* | quick hack: hijacks the predicate RDoc::Parser.binary? so that it does not ↵ | Xavier Noria | 2010-08-07 | 1 | -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 API | Xavier Noria | 2010-08-07 | 1 | -0/+1 |
| | |||||
* | APIs for individual components are no longer published | Xavier Noria | 2010-07-26 | 1 | -3/+0 |
| | |||||
* | include the root README.rdoc as main page | Xavier Noria | 2010-07-24 | 1 | -13/+5 |
| | |||||
* | update Rakefiles for RDoc 2.5 | Aaron Patterson | 2010-07-23 | 1 | -5/+3 |
| | |||||
* | bump required RDoc to >= 2.5.9, and replace the 2.2 horo.rb with Aaron's gem | Xavier Noria | 2010-07-22 | 1 | -1/+2 |
| | |||||
* | Add .rdoc extension to README files. | José Valim | 2010-07-21 | 1 | -8/+8 |
| | |||||
* | pdoc tasks publishe APIs in api.rubyonrails.org | Xavier Noria | 2010-06-16 | 1 | -1/+1 |
| | |||||
* | migrates the Jamis template to RDoc 2.x, the root Rakefile requires RDoc 2.2 | Xavier Noria | 2010-06-16 | 1 | -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 API | Xavier Noria | 2010-05-25 | 1 | -0/+1 |
| | |||||
* | Make Railties RDoc task work again [#4291 state:resolved] | Andrew White | 2010-03-28 | 1 | -2/+2 |
| | | | Signed-off-by: wycats <wycats@gmail.com> | ||||
* | Add ActionDispatch to RDoc task [#4287 state:resolved] | Andrew White | 2010-03-28 | 1 | -0/+1 |
| | | | Signed-off-by: wycats <wycats@gmail.com> | ||||
* | Do not need to load ActionPack::VERSION | José Valim | 2010-03-27 | 1 | -2/+0 |
| | |||||
* | Use the new RAILS_VERSION in rake install (ht: ZhangJinzhu) [#4116 ↵ | wycats | 2010-03-27 | 1 | -3/+5 |
| | | | | state:resolved] | ||||
* | Require AP::VERSION in order to install gems. | José Valim | 2010-03-10 | 1 | -0/+1 |
| | |||||
* | Read Rails version from a file instead of modifying the load path and doing ↵ | Bryan Helmkamp | 2010-03-04 | 1 | -9/+6 |
| | | | | | | requires Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Leverage VERSION constants from gemspecs to avoid tedious updates when releasing | Bryan Helmkamp | 2010-03-02 | 1 | -4/+9 |
| | |||||
* | Add `rake update_versions` task at root for quickly updating all components | Bryan Helmkamp | 2010-03-02 | 1 | -0/+22 |
| | |||||
* | Remove cruft in the gem packaging and release code | Bryan Helmkamp | 2010-03-01 | 1 | -8/+6 |
| | |||||
* | Make install appear on rake -T. | José Valim | 2010-02-21 | 1 | -0/+1 |
| | |||||
* | fixes doc generation | Xavier Noria | 2010-02-10 | 1 | -0/+4 |
| | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Submarine the rake-gemcutter dep in Rakefiles | Jeremy Kemper | 2010-02-05 | 1 | -6/+7 |
| | |||||
* | Fix task defines | Jeremy Kemper | 2010-02-04 | 1 | -1/+1 |
| | |||||
* | Need gemcutter here too | David Heinemeier Hansson | 2010-02-04 | 1 | -0/+1 |
| | |||||
* | Release using gemcutter gem:push tasks | Jeremy Kemper | 2010-02-04 | 1 | -0/+14 |
| | |||||
* | Move to 3.0.0.beta | David Heinemeier Hansson | 2010-02-03 | 1 | -1/+0 |
| | |||||
* | Bump arel dependency to 0.2.0 from 0.2.pre | Jeremy Kemper | 2010-01-31 | 1 | -1/+0 |
| | |||||
* | rake smoke: toplevel task to quickly smoke-test all projects | Jeremy Kemper | 2009-12-28 | 1 | -1/+8 |
| | |||||
* | Break up rails and railties: | Carlhuda | 2009-12-02 | 1 | -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 toplevel | Jeremy Kemper | 2009-11-10 | 1 | -2/+2 |
| | |||||
* | Add rake gemspec and gemspecs to the repo | Yehuda Katz | 2009-08-31 | 1 | -3/+2 |
| | |||||
* | Make rake install work | Yehuda Katz | 2009-08-28 | 1 | -0/+1 |
| | |||||
* | Create an install task that successfully installs all Rails gems | Yehuda Katz | 2009-08-27 | 1 | -2/+8 |
| | |||||
* | Vendorized Thor. | José Valim | 2009-07-13 | 1 | -1/+2 |
| | |||||
* | Report errors in 'all project' rake tasks [#2224 state:resolved] | Kerry Buckley | 2009-05-18 | 1 | -1/+3 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> |