aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails
Commit message (Expand)AuthorAgeFilesLines
* Now that we have gems:unpack and gems:build allowing for integration ofDavid Dollar2008-04-111-7/+27
* Require rubygems if needed when initializing GemDependency instancesRick Olson2008-04-091-0/+1
* Don't require rails/gem_builder during rails initialization, it's only needed...Rick Olson2008-04-082-2/+7
* missed an added fileRick Olson2008-04-021-0/+20
* Flesh out rake gems:unpack to unpack all gems, and add rake gems:build for na...Rick Olson2008-04-021-0/+16
* Improving railties test coverage. Closes #11496 [miloops]Jeremy Kemper2008-04-011-1/+1
* Allow files in plugins to be reloaded like the rest of the application. [rick]Rick Olson2008-03-311-1/+3
* Small tweak to allow plugins to specify gem dependencies. [rick]Rick Olson2008-03-301-1/+1
* Added config.gem for specifying which gems are required by the application, a...Rick Olson2008-03-301-0/+78
* Fixed that no gems installed would cause error (closes #11459) [thechrisoshow]David Heinemeier Hansson2008-03-281-1/+1
* Added that gems can now be plugins if they include rails/init.rb (closes #114...David Heinemeier Hansson2008-03-272-1/+40
* Added Plugin#about method to programmatically access the about.yml in a plugi...David Heinemeier Hansson2008-03-271-3/+19
* Introduce native mongrel handler and push mutex into dispatcher.Jeremy Kemper2007-12-272-0/+397
* Prepare for 2.0.2 releaseDavid Heinemeier Hansson2007-12-161-1/+1
* Make ready for 2.0.1David Heinemeier Hansson2007-12-071-1/+1
* Preparing for release shortlyDavid Heinemeier Hansson2007-12-061-3/+3
* Fix typos (closes #10378)David Heinemeier Hansson2007-12-051-1/+1
* Prep for RC2David Heinemeier Hansson2007-11-291-1/+1
* Prepare versions for RC1David Heinemeier Hansson2007-11-091-2/+2
* Ensure the plugin loader only loads plugins once. Closes #10102 [haruki_zaemon]Rick Olson2007-11-081-0/+1
* Refactor Plugin Loader. Add plugin lib paths early, and add lots of tests. ...Rick Olson2007-11-083-144/+250
* Update versions here tooDavid Heinemeier Hansson2007-10-121-1/+1
* Bump versions for 1.2.4 release.Jeremy Kemper2007-10-051-1/+1
* Added symbols as a legal way of specifying plugins in config.plugins (closes ...David Heinemeier Hansson2007-09-221-3/+3
* Added the :all option to config.plugins thatll include the rest of the plugin...David Heinemeier Hansson2007-09-211-5/+28
* Run with the latest versions so beta gems will workDavid Heinemeier Hansson2007-04-211-1/+1
* Move plugin classes into the rails directory to match their namespaceMarcel Molina2007-03-032-0/+182
* Rails::VERSION::STRING on trunk is 1.2.0Jeremy Kemper2006-11-131-2/+2
* Prepare for tiny release of 1.1.2David Heinemeier Hansson2006-04-091-1/+1
* Update versions for Rails 1.1.1David Heinemeier Hansson2006-04-061-1/+1
* Make Rails::VERSION implicitly loadable. Closes #4491.Nicholas Seckar2006-04-011-0/+9