index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
lib
/
rails
/
gem_dependency.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Attempt to deal with more cases of gems with native components.
David Dollar
2009-04-28
1
-4
/
+17
*
Makes the gem system understand development vs. runtime dependencies [#2195 s...
David Dollar
2009-03-13
1
-97
/
+117
*
Execute the appropriate gem command when using JRuby [#2215 state:resolved]
Zack Hobson
2009-03-13
1
-1
/
+8
*
Display gem dependencies correctly and unpack exactly once [#2097 state:resol...
Matt Jones
2009-03-01
1
-4
/
+7
*
handle missing dependecies in gem loading
Matt Jones
2008-12-01
1
-0
/
+1
*
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
*
Make VendorGemSourceIndex handle broken/missing specs generated by previous v...
Matt Jones
2008-10-13
1
-4
/
+33
*
Mark gem as not loaded when spec not found
Matt Jones
2008-10-08
1
-0
/
+2
*
Fix a number of errors in the config.gem mechanism.
Matt Jones
2008-10-05
1
-31
/
+111
*
Partially revert 185fe2e9cce737d69d3b47a656f3651ce152c0c1
Michael Koziarski
2008-09-24
1
-1
/
+3
*
Make requiring gems optional.
Ben Sandofsky
2008-08-04
1
-1
/
+1
*
Fix discrepancies with loading rails/init.rb from gems. [#324 state:resolved]
rick
2008-06-08
1
-1
/
+5
*
GemDependency#specification should be public
Jeremy Kemper
2008-06-06
1
-16
/
+15
*
In 9c4f003, gem installation quotes versions. Do the same for unpack and upda...
Joshua Peek
2008-06-02
1
-8
/
+8
*
Previously we only added the "lib" subdirectory to the load path when
rick
2008-05-31
1
-1
/
+3
*
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
*
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
1
-2
/
+6
*
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
*
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