bundler 0.7.0 is out but we still need to patch. http://codereview.appspot.com/150058/diff/1/2 File appengine-tools/Rakefile (left): http://codereview.appspot.com/150058/diff/1/2#oldcode32 ...
15 years, 2 months ago
(2009-11-08 23:53:27 UTC)
#1
Doing this the "right way" seems unnecessarily complex. I suppose there is value in create ...
15 years, 2 months ago
(2009-11-09 05:28:34 UTC)
#2
Doing this the "right way" seems unnecessarily complex.
I suppose there is value in create example middleware,
then others can copy it, but that seems like a lot of work,
then we need to worry about breaking other people's stuff.
http://codereview.appspot.com/150058/diff/7/1014
File appengine-tools/lib/appengine-tools/web-xml.rb (right):
http://codereview.appspot.com/150058/diff/7/1014#newcode39
appengine-tools/lib/appengine-tools/web-xml.rb:39: def mime_mapping(mapping)
WebXmlBuilder beeds to learn to ignore skip_rack_servlet
and mime_mapping. Unclear if we need to wait for the next
rev of appengine-rack (and the jars).
mime_mapping(
:xpi => 'application/x-xpinstall',
:ru => 'text/plain' ) if respond_to? :mime_mapping
skip_rack_servlet if respond_to? :skip_rack_servlet
we can release our gems when bundler 0.8.0 ships, not sure if adding tests is ...
15 years, 2 months ago
(2009-11-09 05:36:27 UTC)
#3
we can release our gems when bundler 0.8.0 ships,
not sure if adding tests is helping anyone
http://codereview.appspot.com/150058/diff/7/1013
File appengine-tools/lib/appengine-tools/gem_bundler.rb (right):
http://codereview.appspot.com/150058/diff/7/1013#newcode68
appengine-tools/lib/appengine-tools/gem_bundler.rb:68: # TODO: this temporary
hack should be fixed properly
I can add a test to see if we are less than bundler 0.8.0
Just a couple issues: 1. I need to find another place to require 'bundler_gems/environment' 2. ...
15 years, 1 month ago
(2009-12-02 08:19:21 UTC)
#6
Just a couple issues:
1. I need to find another place to require
'bundler_gems/environment'
2. I moved those methods, but I got it wrong:
undefined local variable or method
`skip_rack_servlet' for WebXmlBuilder
http://codereview.appspot.com/150058/diff/3013/2013
File appengine-rack/lib/appengine-rack.rb (right):
http://codereview.appspot.com/150058/diff/3013/2013#newcode19
appengine-rack/lib/appengine-rack.rb:19: require 'bundler_gems/environment'
This needs to move someplace else,
now that we bundle appengine-rack.
I assume dev_appserver can pick it up from rubygems
http://codereview.appspot.com/150058/diff/3013/2013#newcode30
appengine-rack/lib/appengine-rack.rb:30: class Builder
I'm lost here...
http://codereview.appspot.com/150058/diff/3013/2013 File appengine-rack/lib/appengine-rack.rb (right): http://codereview.appspot.com/150058/diff/3013/2013#newcode19 appengine-rack/lib/appengine-rack.rb:19: require 'bundler_gems/environment' Ok, I guess this should go in ...
15 years, 1 month ago
(2009-12-02 21:40:39 UTC)
#7
looks good. Only problem is that the meta-gem is goofy http://codereview.appspot.com/150058/diff/3013/2013 File appengine-rack/lib/appengine-rack.rb (right): http://codereview.appspot.com/150058/diff/3013/2013#newcode19 ...
15 years, 1 month ago
(2009-12-03 05:57:17 UTC)
#8
http://codereview.appspot.com/150058/diff/2024/3023 File appengine-tools/lib/appengine-tools/bundler.rb (right): http://codereview.appspot.com/150058/diff/2024/3023#newcode262 appengine-tools/lib/appengine-tools/bundler.rb:262: eval IO.read('config.ru'), nil, 'config.ru', 1 This is where we ...
15 years, 1 month ago
(2009-12-04 18:51:55 UTC)
#11
Issue 150058: allow any version of bundler and mime mapping
(Closed)
Created 15 years, 2 months ago by woodie
Modified 15 years, 1 month ago
Reviewers: do_not_use
Base URL:
Comments: 32