aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails
Commit message (Expand)AuthorAgeFilesLines
* Make refresh_specs more resilient. Always add vendor/gems to gem search path....Matt Jones2008-11-011-13/+24
* config.gem: Fix typo in unpack, skip dependencies on unloaded gems, and silen...Matt Jones2008-10-201-1/+1
* Initialize silence_spec_warningsMatt Jones2008-10-131-0/+2
* Make VendorGemSourceIndex handle broken/missing specs generated by previous v...Matt Jones2008-10-132-23/+97
* Fix definition of find_nameMatt Jones2008-10-081-2/+2
* Mark gem as not loaded when spec not foundMatt Jones2008-10-081-0/+2
* Fix deprecated ActionController::Base.relative_url_root call in mongrel commandChris Cherry2008-10-051-1/+1
* Fix a number of errors in the config.gem mechanism.Matt Jones2008-10-054-35/+208
* Partially revert 185fe2e9cce737d69d3b47a656f3651ce152c0c1Michael Koziarski2008-09-241-1/+3
* Bump the Version constants to align with the *next* release rather than the p...Michael Koziarski2008-09-221-1/+1
* Added rack logger middleware that tails the environment logJoshua Peek2008-08-192-0/+29
* Make requiring gems optional.Ben Sandofsky2008-08-041-1/+1
* Plugin locator: sort directory listing because we can't assume that the OS wi...Hongli Lai (Phusion2008-07-091-1/+1
* Fix discrepancies with loading rails/init.rb from gems. [#324 state:resolved]rick2008-06-083-14/+20
* Make plugins initialize also from rails/init.rb to ensure consistency with ge...Jacek Becela2008-06-081-1/+9
* GemDependency#specification should be publicJeremy Kemper2008-06-061-16/+15
* Dependencies move to ActiveSupport::Dependencies missed a few spotsDavid Heinemeier Hansson2008-06-031-2/+2
* In 9c4f003, gem installation quotes versions. Do the same for unpack and upda...Joshua Peek2008-06-021-8/+8
* Added Rack middleware to handle static files.Joshua Peek2008-06-012-0/+40
* Previously we only added the "lib" subdirectory to the load path whenrick2008-05-311-1/+3
* Making ready for release of 2.1David Heinemeier Hansson2008-05-311-2/+2
* fix doc typosrick2008-05-311-2/+1
* Expose GemPlugin load_paths so they can be added to Dependencies.load_paths. ...Dmitriy Timokhin2008-05-311-10/+6
* Consolidate error messages for missing gems, and skip them when running rake ...rick2008-05-311-1/+0
* fix Gem installation command with versionsrick2008-05-311-2/+4
* Run gem install as external command. [#210 state:resolved]Tim Morgan2008-05-311-1/+5
* Show rails version when the server starts. [#235 state:resolved]Lawrence Pit2008-05-221-1/+1
* Merge branch 'master' of git@github.com:rails/railsrick2008-05-131-1/+1
|\
| * Making ready for RC1 releaseDavid Heinemeier Hansson2008-05-111-1/+1
* | fix merge conflict with actionpack changelogrick2008-05-101-8/+8
|\|
| * Merge docrails:Pratik Naik2008-05-091-8/+8
* | include bugfix to [e792d4ab70448f79142fdf492390682ff5ea6398] for rubygems 1.0...rick2008-05-061-2/+3
|/
* Added code to make initialization process call rails/init.rb for unpacked gemsPaul Barry2008-05-061-1/+2
* Gem dependencies don't require a version. Also fixed up failing gem dependenc...Joshua Peek2008-04-211-3/+1
* 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