Skip to content

Commit

Permalink
Remove all unnecessary files, fix settings to allow it to deploy, and…
Browse files Browse the repository at this point in the history
… make everything work, basically
  • Loading branch information
olabini committed Mar 18, 2009
1 parent f18f627 commit 4b6dd9e
Show file tree
Hide file tree
Showing 8,082 changed files with 24 additions and 336,858 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 2 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- Split jruby-complete into two automatically - putting standard library in another jar file
- Prune files in vendor/rails to get well beneath the limit
- Handle static files automatically
- Warble should probably walk all files in public and add them to the appengine-web.xml file
- Create a framework for interacting with DataStore
Expand Down
2 changes: 1 addition & 1 deletion app/controllers/test_controller.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class TestController < ActionController::Base
def index
render :text => "Hello world!"
render :text => "Hello world! Current date and time is: #{Time.now}"
end
end
15 changes: 15 additions & 0 deletions appengine-web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,20 @@
<version>1</version>
<static-files />
<resource-files />
<sessions-enabled>true</sessions-enabled>
<system-properties>
<property name="jruby.management.enabled" value="false" />
<property name="os.arch" value="" />
<property name="jruby.compile.mode" value="JIT"/> <!-- JIT|FORCE|OFF -->
<property name="jruby.compile.fastest" value="true"/>
<property name="jruby.compile.frameless" value="true"/>
<property name="jruby.compile.positionless" value="true"/>
<property name="jruby.compile.threadless" value="false"/>
<property name="jruby.compile.fastops" value="false"/>
<property name="jruby.compile.fastcase" value="false"/>
<property name="jruby.compile.chainsize" value="500"/>
<property name="jruby.compile.lazyHandles" value="false"/>
<property name="jruby.compile.peephole" value="true"/>
</system-properties>
</appengine-web-app>

106 changes: 0 additions & 106 deletions classes/.document

This file was deleted.

155 changes: 0 additions & 155 deletions classes/English.rb

This file was deleted.

18 changes: 0 additions & 18 deletions classes/Env.rb

This file was deleted.

12 changes: 0 additions & 12 deletions classes/META-INF/INDEX.LIST

This file was deleted.

Loading

0 comments on commit 4b6dd9e

Please sign in to comment.