aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4278 from kennyj/fix_rdoc_generating_problemSantiago Pastorino2012-01-031-1/+1
* minor text changeVijay Dev2011-12-091-1/+1
* Add dependency status (a la build status) to the READMESteve Richert2011-12-081-3/+4
* updates the host and port of publish_docs, and changes the release instructio...Xavier Noria2011-12-081-1/+1
* Updated Rakefile as CHANGELOG has been renamed to CHANGELOG.mdRahul Chaudhari2011-11-081-7/+7
* Use Travis https build status image in order to prevent GitHub fromVijay Dev2011-09-081-1/+2
* let SDoc add a link to the source code in GitHub for each methodXavier Noria2011-08-291-0/+1
* use sdoc to generate the APIXavier Noria2011-08-271-1/+3
* Travis status image added to GitHub README, excluding API pages.Anand2011-08-221-0/+3
* Fixes readme links better - earlier links broke when the current page is anyt...Vijay Dev2011-08-131-1/+1
* explains why links are gsub'ed, and changes the regexp delimitersXavier Noria2011-06-191-1/+4
* To solve the problem of links being broken in GitHub for the sake of api site...Vijay Dev2011-06-181-0/+1
* backslash insertion for RDoc main page ignores code blocks, also adds comment...Xavier Noria2011-06-121-1/+19
* revises the pattern that excludes generator templates in API generationXavier Noria2011-06-121-1/+1
* Ensure RDoc::Task exists even if 'rdoc/task' was not requiredAkira Matsuda2011-05-261-6/+1
* require 'rake/rdoctask' if failed to require 'rdoc/task'Akira Matsuda2011-05-261-1/+6
* (temporary hack) generate a main file for RDoc escaping "Rails"Xavier Noria2011-05-011-3/+13
* expose ActionMailer::MailHelper in the RDocDiego Carrion2011-03-091-0/+1
* upgrades to RDoc ~> 3.4 and removes the gem call in root Rakefile (use bundle...Xavier Noria2011-01-121-2/+0
* removes binary? hack for RDoc, API requires RDoc 3 and horo 1.0.3Xavier Noria2010-12-231-28/+1
* Rakefiles are executables, and rake loads rake, not rakefile coderaggi2010-11-251-1/+1
* Fix stupid errorSantiago Pastorino2010-11-171-1/+0
* Bump builder to 3.0.0Santiago Pastorino2010-11-171-0/+1
* Typo fixedSantiago Pastorino2010-11-171-1/+1
* Small cleanup of the release taskCarl Lerche2010-11-161-1/+1
* Update the main Rakefile to use the new release tasksCarl Lerche2010-11-161-0/+9
* Remove the old gem release taskCarl Lerche2010-11-161-22/+0
* adds a publish_docs task to force stable docs generation and publishing after...Xavier Noria2010-11-161-0/+25
* Update CHANGELOGs for 3.0 release and upcoming 3.1Jeremy Kemper2010-08-291-0/+1
* 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 co...Xavier Noria2010-08-071-0/+27
* 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
* 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
* Add ActionDispatch to RDoc task [#4287 state:resolved]Andrew White2010-03-281-0/+1
* Do not need to load ActionPack::VERSIONJosé Valim2010-03-271-2/+0
* Use the new RAILS_VERSION in rake install (ht: ZhangJinzhu) [#4116 state:reso...wycats2010-03-271-3/+5
* 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 r...Bryan Helmkamp2010-03-041-9/+6
* 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