aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/Rakefile
Commit message (Collapse)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
| | | | | 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-5/+3
| | | | | | ".. with __dir__ we can restore order in the Universe." - by @fxn Related to 5b8738c2df003a96f0e490c43559747618d10f5f
* 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
| | | | | 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/+3
|
* Remove unused package tasksArun Agrawal2015-05-281-10/+2
| | | | 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`
* Revert "For now, we will keep sorting the tests."Matthew Draper2015-03-061-1/+1
| | | | This reverts commit 7025d7769dc53f0a3ffab8b537727ef3fee367fc.
* Follow up to #16613Robin Dupret2014-09-281-0/+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.
* For now, we will keep sorting the tests.Matthew Draper2014-09-051-1/+1
| | | | | This reverts commits e969c928463e329fd6529ac59cad96385c538ffb and bd2b3fbe54e750ba97469a7896e8d143d6dfd465.
* No need to sort testsAkira Matsuda2014-08-281-1/+1
| | | | Dir.glob result must be already sorted anyway
* grab executable from rubygemsArun Agrawal2013-07-261-2/+1
| | | As done here d7fc97d3f90c0e30865d32ce202658f03248cacc
* 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
| | | | | in 'rubygems/package_task'
* 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
* 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
| | | | Signed-off-by: Xavier Noria <fxn@hashref.com>
* Add .rdoc extension to README files.José Valim2010-07-211-1/+1
|
* remove executable permission from files that don't need it. [#4802 ↵rohit2010-06-201-0/+0
| | | | | | state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* 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
| | | | | | This reverts commit eec2d301d4ce9df9c71c1a5aa63053eb970b6818. This commit broke tests. You cannot have a file called "bundler" on the load path.
* Fix test load paths for those not using bundlerJoshua Peek2010-02-151-1/+1
|
* fixes doc generationXavier Noria2010-02-101-3/+3
| | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* 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 ↵Joshua Peek2009-09-251-25/+1
| | | | Rakefile
* 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
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: activemodel/lib/active_model/core.rb activemodel/test/cases/state_machine/event_test.rb activemodel/test/cases/state_machine/state_transition_test.rb activerecord/lib/active_record/validations.rb activerecord/test/cases/validations/i18n_validation_test.rb activeresource/lib/active_resource.rb activeresource/test/abstract_unit.rb
| * Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+6
| |
* | Make Active Model test suite similar to Active RecordPratik Naik2009-03-201-2/+1
|/