aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
* Use frozen string literal in root filesKoichi ITO2017-08-131-0/+2
|
* Add task to verify a release.Kasper Timm Hansen2017-07-221-0/+3
| | | | | | | | Basically revises the release flow to: * Update the version in RAILS_VERSION + rake changelog:header * Run rake all:verify (click around in the booted app) * If that checks out, run rake release.
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
| | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa.
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
|
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
| | | | | | ".. with __dir__ we can restore order in the Universe." - by @fxn Related to 5b8738c2df003a96f0e490c43559747618d10f5f
* Remove Faye modeMatthew Draper2016-10-011-4/+0
| | | | No deprecation, because it was never documented.
* modernizes hash syntax in the rest of the projectXavier Noria2016-08-061-6/+6
|
* applies new string literal convention to the rest of the projectXavier Noria2016-08-061-12/+12
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* Cable: add isolated tests and FAYE=1 test runsJeremy Daer2016-03-201-3/+7
|
* Add task to test the release preparationRafael Mendonça França2015-12-181-0/+3
|
* Use FRAMEWORKS constant from `tasks/release` to avoid duplicationArun Agrawal2015-12-171-4/+2
|
* Remove required `sdoc` from RakefileArun Agrawal2015-10-261-1/+0
| | | | This is required inside `api/task`
* Remove activejob integration testsAbdelkader Boudih2014-08-121-1/+1
|
* Fix task comment to match which file should be changedRafael Mendonça França2014-03-251-1/+1
| | | | [ci skip]
* Fix the update_versions release taskRafael Mendonça França2014-03-251-27/+1
|
* Introduce `Rails.gem_version`Prem Sichanugrist2014-03-051-1/+1
| | | | | | | | | | | | | | | | | | | This method return `Gem::Version.new(Rails.version)`, suggesting a more reliable way to perform version comparison. Example: Rails.version #=> "4.1.2" Rails.gem_version #=> #<Gem::Version "4.1.2"> Rails.version > "4.1.10" #=> false Rails.gem_version > Gem::Version.new("4.1.10") #=> true Gem::Requirement.new("~> 4.1.2") =~ Rails.gem_version #=> true This was originally introduced as `.version` by @charliesome in #8501 but got reverted in #10002 since it was not backward compatible. Also, updating template for `rake update_versions`.
* releasing Rails no longer needs triggering docs generation by hand [ci skip]Xavier Noria2014-02-201-6/+0
| | | | | | GitHub is now able to notify tag creation, I have configured the webhook for the docs server to receive that event. Therefore, we no longer need to trigger docs generation manually when releasing.
* Fix the install taskRafael Mendonça França2013-10-231-9/+1
|
* Fixed broken rake task for update_version [ci skip]Arun Agrawal2013-07-091-1/+2
| | | | Also added actionview to update version rake task
* fixes Rails version for the stable API [ci skip]Xavier Noria2013-07-061-1/+5
|
* Adding actionview in Rakefile to run test Arun Agrawal2013-07-021-1/+1
| | | and create versions
* Saying gemcutter => rubygems [ci skip]Arun Agrawal2013-06-211-1/+1
|
* Github -> GitHub [ci skip]Prathamesh Sonpatki2013-05-051-1/+1
|
* Merge pull request #10465 from raphweiner/rake_install_depend_on_buildRafael Mendonça França2013-05-041-1/+1
| | | | Make rake install task depend on build instead of gem
* unifies API generationXavier Noria2013-03-301-1/+1
|
* encapsulates API generation in Rails::API::TaskXavier Noria2013-03-301-83/+2
|
* changes the RDoc title of the APIXavier Noria2013-03-301-1/+1
| | | | Nowadays the documentation of Ruby on Rails is more than the API.
* removes activerecord/examples/associations.pngXavier Noria2013-03-291-6/+0
| | | | This seems to be a legacy file, I cannot find any place where it is used.
* remove references to *::VERSION, replace with *.versionCharlie Somerville2013-03-211-1/+1
|
* Pass in `--local` when doing `gem install` for local gems.Utkarsh Kukreti2013-01-031-3/+3
|
* Organize READMEVinny Diehl2012-10-261-4/+4
| | | | | | | | | * Organized code status badges into a "Code Status" section. * Moved the OSI MIT License link inline (bullets are for unordered lists). * Removed all EOL whitespace. [ci skip]
* fix rdoc task for Action Mailer documentationFrancesco Rodriguez2012-09-171-2/+1
|
* Rakefile executable attributes and shebang lines has been removedRoman V. Babenko2012-05-021-2/+0
|
* Remove Active Resource source files from the repositoryPrem Sichanugrist2012-03-131-7/+1
| | | | | | | | | | Dear Active Resource, It's not that I hate you or anything, but you didn't get much attention lately. There're so many alternatives out there, and I think people have made their choice to use them than you. I think it's time for you to have a big rest, peacefully in this Git repository. I will miss you, @sikachu.
* Use -e option instead of -c option (rake rdoc task).kennyj2012-01-041-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 ↵Xavier Noria2011-12-081-1/+1
| | | | instructions to use the task rather than curl (thanks to Vijay Dev for spotting this one)
* 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
| | | | | | | | caching the http version. The syntax for including an https image url in RDoc taken from http://about.travis-ci.org/docs/user/status-images. Having this in a line of its own now to make regex replacement for the API simpler!
* 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 ↵Vijay Dev2011-08-131-1/+1
| | | | anything other than github.com/rails/rails/. Even github.com/rails/rails (without the trailing slash) broke the readme links. Also change the rakefile that generates the rdoc readme accordingly
* 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 ↵Vijay Dev2011-06-181-0/+1
| | | | site, have them replaced at runtime during rdoc generation
* backslash insertion for RDoc main page ignores code blocks, also adds ↵Xavier Noria2011-06-121-1/+19
| | | | comments to explain what's this hack about
* revises the pattern that excludes generator templates in API generationXavier Noria2011-06-121-1/+1
| | | | | | | | With the previous pattern RDoc processed railties/lib/rails/generators/rails/plugin_new/templates/test/%name%_test.rb and that resulted in a spurious "<" class.
* 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
| | | | | fixes a regression introduced by b921679d0dd3d5ca16f0362c2b34e7703cfe15e5 require 'rdoc/task' fails if the system RDoc version is below 2.4.2 (e.g. CRuby 1.8.7)