aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
| | | | Signed-off-by: Joshua Peek <josh@joshpeek.com>
* Merge branch 'state_machine'rick2008-06-291-4/+12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Some big changes: * Added some redundant requires so active_support/inflecto can be loaded without the rest of ActiveSupport. * Disabled callbacks and validations until they are added and tested. * Converted specs back to tests, using ActiveSupport::TestCase and the new #test helper. * As an experiment, I imported Scott Barron's awesome AASM gem into ActiveModel. I added multiple state machine support and vastly improved the API (no more aasm_* prefixes). All the old tests pass. If this bothers people, I have no problems removing this and contributing the changes back to AASM. I just feel like AMo is a better spot for all these 'modelish' features.
| * tweak activemodel load order a bitrick2008-06-271-4/+12
| |
* | Horo rdoc templateJeremy Kemper2008-06-221-2/+2
|/
* Add rdoc task to activemodel. [#156 state:resolved]Jake Howerton2008-05-161-1/+13
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* initial experimental commit of active_modelRick Olson2007-11-091-0/+4
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8118 5ecf4fe2-1ee6-0310-87b1-e25e094e27de