| Commit message (Expand) | Author | Age | Files | Lines |
* | Prepare for RC2 | David Heinemeier Hansson | 2008-11-14 | 1 | -1/+1 |
* | Properly check silence_spec_warnings class variable [#1372 state:committed] | Chris Wanstrath | 2008-11-14 | 1 | -2/+2 |
* | Make refresh_specs more resilient. Always add vendor/gems to gem search path.... | Matt Jones | 2008-11-01 | 1 | -13/+24 |
* | config.gem: Fix typo in unpack, skip dependencies on unloaded gems, and silen... | Matt Jones | 2008-10-20 | 1 | -1/+1 |
* | Initialize silence_spec_warnings | Matt Jones | 2008-10-13 | 1 | -0/+2 |
* | Make VendorGemSourceIndex handle broken/missing specs generated by previous v... | Matt Jones | 2008-10-13 | 2 | -23/+97 |
* | Fix definition of find_name | Matt Jones | 2008-10-08 | 1 | -2/+2 |
* | Mark gem as not loaded when spec not found | Matt Jones | 2008-10-08 | 1 | -0/+2 |
* | Fix deprecated ActionController::Base.relative_url_root call in mongrel command | Chris Cherry | 2008-10-05 | 1 | -1/+1 |
* | Fix a number of errors in the config.gem mechanism. | Matt Jones | 2008-10-05 | 4 | -35/+208 |
* | Partially revert 185fe2e9cce737d69d3b47a656f3651ce152c0c1 | Michael Koziarski | 2008-09-24 | 1 | -1/+3 |
* | Bump the Version constants to align with the *next* release rather than the p... | Michael Koziarski | 2008-09-22 | 1 | -1/+1 |
* | Added rack logger middleware that tails the environment log | Joshua Peek | 2008-08-19 | 2 | -0/+29 |
* | Make requiring gems optional. | Ben Sandofsky | 2008-08-04 | 1 | -1/+1 |
* | Plugin locator: sort directory listing because we can't assume that the OS wi... | Hongli Lai (Phusion | 2008-07-09 | 1 | -1/+1 |
* | Fix discrepancies with loading rails/init.rb from gems. [#324 state:resolved] | rick | 2008-06-08 | 3 | -14/+20 |
* | Make plugins initialize also from rails/init.rb to ensure consistency with ge... | Jacek Becela | 2008-06-08 | 1 | -1/+9 |
* | GemDependency#specification should be public | Jeremy Kemper | 2008-06-06 | 1 | -16/+15 |
* | Dependencies move to ActiveSupport::Dependencies missed a few spots | David Heinemeier Hansson | 2008-06-03 | 1 | -2/+2 |
* | In 9c4f003, gem installation quotes versions. Do the same for unpack and upda... | Joshua Peek | 2008-06-02 | 1 | -8/+8 |
* | Added Rack middleware to handle static files. | Joshua Peek | 2008-06-01 | 2 | -0/+40 |
* | Previously we only added the "lib" subdirectory to the load path when | rick | 2008-05-31 | 1 | -1/+3 |
* | Making ready for release of 2.1 | David Heinemeier Hansson | 2008-05-31 | 1 | -2/+2 |
* | fix doc typos | rick | 2008-05-31 | 1 | -2/+1 |
* | Expose GemPlugin load_paths so they can be added to Dependencies.load_paths. ... | Dmitriy Timokhin | 2008-05-31 | 1 | -10/+6 |
* | Consolidate error messages for missing gems, and skip them when running rake ... | rick | 2008-05-31 | 1 | -1/+0 |
* | fix Gem installation command with versions | rick | 2008-05-31 | 1 | -2/+4 |
* | Run gem install as external command. [#210 state:resolved] | Tim Morgan | 2008-05-31 | 1 | -1/+5 |
* | Show rails version when the server starts. [#235 state:resolved] | Lawrence Pit | 2008-05-22 | 1 | -1/+1 |
* | Merge branch 'master' of git@github.com:rails/rails | rick | 2008-05-13 | 1 | -1/+1 |
|\ |
|
| * | Making ready for RC1 release | David Heinemeier Hansson | 2008-05-11 | 1 | -1/+1 |
* | | fix merge conflict with actionpack changelog | rick | 2008-05-10 | 1 | -8/+8 |
|\| |
|
| * | Merge docrails: | Pratik Naik | 2008-05-09 | 1 | -8/+8 |
* | | include bugfix to [e792d4ab70448f79142fdf492390682ff5ea6398] for rubygems 1.0... | rick | 2008-05-06 | 1 | -2/+3 |
|/ |
|
* | Added code to make initialization process call rails/init.rb for unpacked gems | Paul Barry | 2008-05-06 | 1 | -1/+2 |
* | Gem dependencies don't require a version. Also fixed up failing gem dependenc... | Joshua Peek | 2008-04-21 | 1 | -3/+1 |
* | Now that we have gems:unpack and gems:build allowing for integration of | David Dollar | 2008-04-11 | 1 | -7/+27 |
* | Require rubygems if needed when initializing GemDependency instances | Rick Olson | 2008-04-09 | 1 | -0/+1 |
* | Don't require rails/gem_builder during rails initialization, it's only needed... | Rick Olson | 2008-04-08 | 2 | -2/+7 |
* | missed an added file | Rick Olson | 2008-04-02 | 1 | -0/+20 |
* | Flesh out rake gems:unpack to unpack all gems, and add rake gems:build for na... | Rick Olson | 2008-04-02 | 1 | -0/+16 |
* | Improving railties test coverage. Closes #11496 [miloops] | Jeremy Kemper | 2008-04-01 | 1 | -1/+1 |
* | Allow files in plugins to be reloaded like the rest of the application. [rick] | Rick Olson | 2008-03-31 | 1 | -1/+3 |
* | Small tweak to allow plugins to specify gem dependencies. [rick] | Rick Olson | 2008-03-30 | 1 | -1/+1 |
* | Added config.gem for specifying which gems are required by the application, a... | Rick Olson | 2008-03-30 | 1 | -0/+78 |
* | Fixed that no gems installed would cause error (closes #11459) [thechrisoshow] | David Heinemeier Hansson | 2008-03-28 | 1 | -1/+1 |
* | Added that gems can now be plugins if they include rails/init.rb (closes #114... | David Heinemeier Hansson | 2008-03-27 | 2 | -1/+40 |
* | Added Plugin#about method to programmatically access the about.yml in a plugi... | David Heinemeier Hansson | 2008-03-27 | 1 | -3/+19 |
* | Introduce native mongrel handler and push mutex into dispatcher. | Jeremy Kemper | 2007-12-27 | 2 | -0/+397 |
* | Prepare for 2.0.2 release | David Heinemeier Hansson | 2007-12-16 | 1 | -1/+1 |