aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/Rakefile
Commit message (Expand)AuthorAgeFilesLines
* Use frozen string literal in activemodel/Kir Shatrov2017-07-161-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Define path with __dir__bogdanvlviv2017-05-231-5/+3
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-1/+1
* modernizes hash syntax in activemodelXavier Noria2016-08-061-1/+1
* applies new string literal convention to the rest of the projectXavier Noria2016-08-061-2/+2
* Remove package:clean taskJavan Makhmali2016-05-241-1/+0
* Wrangle the asset build into something that sounds more generalMatthew Draper2016-02-011-0/+3
* Remove unused package tasksArun Agrawal2015-05-281-10/+2
* Remove broken and unused release taskArun Agrawal2015-05-221-7/+0
* Revert "For now, we will keep sorting the tests."Matthew Draper2015-03-061-1/+1
* Follow up to #16613Robin Dupret2014-09-281-0/+1
* For now, we will keep sorting the tests.Matthew Draper2014-09-051-1/+1
* No need to sort testsAkira Matsuda2014-08-281-1/+1
* grab executable from rubygemsArun Agrawal2013-07-261-2/+1
* Saying gemcutter => rubygems [ci skip]Arun Agrawal2013-06-211-1/+1
* No need to load 'rake/packagetask' as it's alreadyArun Agrawal2013-06-021-1/+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
* fixes Rake::GemPackageTask deprecation warnings from rake 0.9.0Vijay Dev2011-05-241-2/+2
* sorry, the CI cannot lie to us anymore (Part II)Santiago Pastorino2011-01-131-1/+1
* 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-18/+0
* Bump up rdoc to 2.5.10Santiago Pastorino2010-08-181-1/+1
* update Rakefiles for RDoc 2.5Aaron Patterson2010-07-231-4/+4
* Makes Rakefile activate rdoc >= 2.5.9Santiago Pastorino2010-07-231-1/+1
* Add .rdoc extension to README files.José Valim2010-07-211-1/+1
* remove executable permission from files that don't need it. [#4802 state:reso...rohit2010-06-201-0/+0
* use RDoc 2.2 to generate the documentation of individual componentsXavier Noria2010-06-161-0/+3
* Leverage VERSION constants from gemspecs to avoid tedious updates when releasingBryan Helmkamp2010-03-021-1/+0
* Remove cruft in the gem packaging and release codeBryan Helmkamp2010-03-011-7/+0
* don't expand test pathJoshua Peek2010-02-281-1/+1
* Revert "Fix test load paths for those not using bundler"Carlhuda2010-02-231-1/+1
* Fix test load paths for those not using bundlerJoshua Peek2010-02-151-1/+1
* fixes doc generationXavier Noria2010-02-101-3/+3
* 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-0/+6
* Hush AMo test suiteJoshua Peek2009-12-161-1/+0
* Unify test:isolated across components and run by default at toplevelJeremy Kemper2009-11-101-5/+7
* Make Rakefile usable outside of base dirJeremy Kemper2009-11-091-9/+10
* We won't be publishing tars and zips anymoreJoshua Peek2009-10-161-3/+1
* Make gemspecs the authoritative source instead of generating them from the Ra...Joshua Peek2009-09-251-25/+1
* Fix warnings in AMoJoshua Peek2009-09-051-1/+2
* Add rake gemspec and gemspecs to the repoYehuda Katz2009-08-311-0/+6
* License, version, and gemspec for ActiveModel. Ship it!Joshua Peek2009-08-311-3/+43
* Merge branch 'master' into active_modelJoshua Peek2009-05-291-0/+6
|\
| * Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+6
* | Make Active Model test suite similar to Active RecordPratik Naik2009-03-201-2/+1
|/