aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
* Test against the pure-Ruby Redis driverGeorge Claghorn2018-01-171-0/+20
|
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
|
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
|
* 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
|
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-1/+1
|
* modernizes hash syntax in activesupportXavier Noria2016-08-061-1/+1
|
* applies new string literal convention to the rest of the projectXavier Noria2016-08-061-4/+4
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* Remove package:clean taskJavan Makhmali2016-05-241-1/+0
| | | | Introduced in d6f2000a67cc63aa67414c75ce77de671824ec52 and was only used by Action Cable. Now handled by Action Cable’s assets:compile task.
* Wrangle the asset build into something that sounds more generalMatthew Draper2016-02-011-0/+4
|
* Remove unused package tasksArun Agrawal2015-05-281-7/+0
| | | | We are using `all:build` now.
* Remove broken and unused release taskArun Agrawal2015-05-221-7/+0
| | | | | - We do release with release.rb - There is no `rake/gemcutter`
* Follow up to #16613Robin Dupret2014-09-281-1/+1
| | | | | | | | | | | | Since we want this flag to be enabled anytime we are running the tests under JRuby, let's enable this at the Rakefile level so people get the performance boost on their local checkout. Moreover, we avoid having to update this particular line anytime the option changes on the JRuby side. The only drawback is that we have to define it in every Rakefile but there's no big deal, this is already the case for other options.
* grab executable from rubygemsArun Agrawal2013-07-261-2/+1
| | | As done here d7fc97d3f90c0e30865d32ce202658f03248cacc
* Merge pull request #11046 from arunagw/verbose_mode_onCarlos Antonio da Silva2013-06-251-1/+1
|\ | | | | Verbose mode on when running tests
| * Adding verbose in isolated test.Arun Agrawal2013-06-211-1/+1
| |
* | Saying gemcutter => rubygems [ci skip]Arun Agrawal2013-06-211-1/+1
|/
* Running isolated testsArun Agrawal2013-05-281-3/+6
| | | | These stopped running don't know when. But these should be running now.
* extra lines from Rakefile removed, which also threw warningVipul A M2013-03-171-2/+0
|
* Rakefile executable attributes and shebang lines has been removedRoman V. Babenko2012-05-021-0/+0
|
* Verbose output for tests.Arun Agrawal2012-02-031-0/+1
| | | | | See #3892
* No verbose the output for tests.Arun Agrawal2012-02-011-1/+0
|
* fixes Rake::GemPackageTask deprecation warnings from rake 0.9.0Vijay Dev2011-05-241-2/+2
|
* Rakefiles are executables, and rake loads rake, not rakefile coderaggi2010-11-251-0/+0
|
* deletes the rdoc task of each component, they are no longer published separatelyXavier Noria2010-08-201-16/+0
|
* Bump up rdoc to 2.5.10Santiago Pastorino2010-08-181-1/+1
|
* run the AS tests in verbose modeAaron Patterson2010-08-171-0/+1
|
* APIs for individual components are no longer publishedXavier Noria2010-07-261-6/+0
|
* update Rakefiles for RDoc 2.5Aaron Patterson2010-07-231-4/+4
|
* Makes Rakefile activate rdoc >= 2.5.9Santiago Pastorino2010-07-231-1/+1
| | | | Signed-off-by: Xavier Noria <fxn@hashref.com>
* Add .rdoc extension to README files.José Valim2010-07-211-1/+1
|
* pdoc tasks publishe APIs in api.rubyonrails.orgXavier Noria2010-06-161-1/+1
|
* use RDoc 2.2 to generate the documentation of individual componentsXavier Noria2010-06-161-0/+2
|
* Leverage VERSION constants from gemspecs to avoid tedious updates when releasingBryan Helmkamp2010-03-021-2/+0
|
* Remove cruft in the gem packaging and release codeBryan Helmkamp2010-03-011-10/+0
|
* Submarine the rake-gemcutter dep in RakefilesJeremy Kemper2010-02-051-4/+5
|
* Fix task definesJeremy Kemper2010-02-041-1/+1
|
* Release using gemcutter gem:push tasksJeremy Kemper2010-02-041-18/+5
|
* Unvendor'd MemCache-Client. Now requires the MemCache Client gem as a ↵Mikel Lindsaar2010-01-281-1/+0
| | | | dependency - Don't forget to gem bundle buys and girls
* Unbundling TZInfoMikel Lindsaar2010-01-281-99/+0
|
* Hush AS test suiteJoshua Peek2009-12-161-1/+0
|
* Tzinfo bundling task: unpack tzinfo with lib directory preservedGeoff Buesing2009-10-271-6/+6
|
* We won't be publishing tars and zips anymoreJoshua Peek2009-10-161-16/+14
|
* Wrap isolated test runner in a test suiteJoshua Peek2009-09-251-8/+8
|
* Make activesupport.gemspec the authoritative source instead of generating it ↵Joshua Peek2009-09-251-22/+1
| | | | from the Rakefile
* Detect missing dependencies and automatically run bundlerJoshua Peek2009-09-131-10/+0
|
* Move AS vendor support into bundler.Joshua Peek2009-09-131-0/+10
| | | Run `rake bundle` before running tests.
* Turn warnings on for AS isolated testsJoshua Peek2009-09-051-1/+1
|
* Add rake gemspec and gemspecs to the repoYehuda Katz2009-08-311-0/+6
|
* Add notes to TZInfo bundling taskGeoff Buesing2009-06-071-0/+10
|