aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Rakefile
Commit message (Expand)AuthorAgeFilesLines
* 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 depend...Mikel Lindsaar2010-01-281-1/+0
* 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
* Detect missing dependencies and automatically run bundlerJoshua Peek2009-09-131-10/+0
* Move AS vendor support into bundler.Joshua Peek2009-09-131-0/+10
* 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
* Cherry-pick core extensionsJeremy Kemper2009-05-131-1/+1
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+6
* Don't require out of load pathJeremy Kemper2009-03-241-1/+2
* Move sshpublisher require into the rake tasks that use it so ruby 1.9 and mac...Jeremy Kemper2008-11-081-1/+2
* Proper update call for gem serverDavid Heinemeier Hansson2008-10-231-1/+1
* Push to new gem serverDavid Heinemeier Hansson2008-10-231-2/+2
* Horo rdoc templateJeremy Kemper2008-06-221-1/+1
* Use native include/exclude instead of doing it by handJeremy Kemper2008-06-181-1/+2
* Generate rdoc for all .rb files except those in vendorJeremy Kemper2008-06-181-2/+1
* Update Rakefiles to connect to wrath as current user. Use ssh config to set a...Jeremy Kemper2008-06-181-4/+4
* Updated bundled TZInfo gem to version 0.3.9 for Ruby 1.9 compatJoshua Peek2008-06-141-1/+1
* TZInfo: Removing unneeded TimezoneProxy classGeoff Buesing2008-03-301-1/+1
* TZInfo: Removing unneeded TimezoneIndexDefinition, since we're not including ...Geoff Buesing2008-03-301-1/+1
* Bundling abbreviated version of TZInfo gem 0.3.8: only the classes and zone d...Geoff Buesing2008-03-301-0/+88
* sshpublisher needs to be explicitly required now, apparentlyDavid Heinemeier Hansson2008-03-181-0/+2
* Move rubyforge task requireJeremy Kemper2007-12-271-1/+1
* Multibyte: String#chars uses passthrough handler for Ruby 1.9Jeremy Kemper2007-12-211-0/+1
* RubyGems 0.9.5 compat: always set the gem platformJeremy Kemper2007-12-191-0/+1
* Rebundle Builder 2.1.2 but prefer a newer RubyGem if available.Jeremy Kemper2007-10-101-2/+0
* String#to_xs uses the fast_xs extension if available for Builder speedup.Jeremy Kemper2007-10-071-0/+1
* Unbundle Builder in favor of a gem dependency.Jeremy Kemper2007-10-071-1/+3
* Added Array#rand (closes #9170) [norbert]David Heinemeier Hansson2007-09-151-1/+0
* Generate rdoc with utf-8 charset. Closes #7188 [manfred, jferris]Jeremy Kemper2007-05-281-0/+1
* Run with the latest versions so beta gems will workDavid Heinemeier Hansson2007-04-211-7/+7
* Eliminate Active Support warnings.Jeremy Kemper2006-08-291-2/+2
* Add README to gem [Dave Thomas]Scott Barron2006-05-011-1/+1
* Use Aras RubyForge uploaderDavid Heinemeier Hansson2006-04-091-111/+7
* Fixed docsDavid Heinemeier Hansson2006-03-281-1/+1
* Added Hash#to_xml and Array#to_xml that makes it much easier to produce XML f...David Heinemeier Hansson2006-03-081-1/+1
* Fixed rdoc.options use all over (closes #3639) [andy@tinnedfruit.org]David Heinemeier Hansson2006-02-261-1/+1
* r3213@asus: jeremy | 2005-11-20 02:01:28 -0800Jeremy Kemper2005-11-211-0/+2
* Rename Version constant to VERSION. Closes #2802.Marcel Molina2005-11-171-1/+1
* move lib/version.rb to lib/active_support/version.rbJamis Buck2005-10-101-1/+1