Tuesday November 04, 2008

I voted this morning, did you ?
The entire process was quite seamless. A house couple of blocks away
was set up as the polling station. There was no queue around 8:45am
this morning and everything took less than 10 minutes (including
taking pictures ;).
Google Fight is not able to predict the winner:

Some other trends:




Watch similar trends from Aug
4, 2008.
Dont forget voting stations close @ 8pm tonight!
Check out flickr
photostream from fellow voters.
Technorati: elections
2008 vote
Posted by Arun Gupta in Finance | Comments[3]
|
|
|
|
| Getting Started with Edge Rails (2.2) using JRuby and GlassFish
This blog shows how to get started with Edge Rails (2.2, almost
there)
using JRuby. The blog uses JRuby
1.1.5 and GlassFish
v3 Prelude b28c to deploy a simple Rails app.
| ~/tools/jruby-1.1.4 >bin/jruby -S gem update rake JRuby limited openssl loaded. gem install jruby-openssl for full support. http://wiki.jruby.org/wiki/JRuby_Builtin_OpenSSL Updating installed gems Updating rake Successfully installed rake-0.8.3 Gems updated: rake |
| ~/tools/jruby-1.1.5 >bin/jruby -S gem install rails -s
http://gems.rubyonrails.org -v 2.2.0 JRuby limited openssl loaded. gem install jruby-openssl for full support. http://wiki.jruby.org/wiki/JRuby_Builtin_OpenSSL Successfully installed activesupport-2.2.0 Successfully installed activerecord-2.2.0 Successfully installed actionpack-2.2.0 Successfully installed actionmailer-2.2.0 Successfully installed activeresource-2.2.0 Successfully installed rails-2.2.0 6 gems installed Installing ri documentation for activesupport-2.2.0... Installing ri documentation for activerecord-2.2.0... Installing ri documentation for actionpack-2.2.0... Installing ri documentation for actionmailer-2.2.0... Installing ri documentation for activeresource-2.2.0... Installing RDoc documentation for activesupport-2.2.0... Installing RDoc documentation for activerecord-2.2.0... Installing RDoc documentation for actionpack-2.2.0... Installing RDoc documentation for actionmailer-2.2.0... Installing RDoc documentation for activeresource-2.2.0... |
| ~/samples/jruby/edge >~/tools/jruby-1.1.5/bin/jruby -S
rails helloworld -d mysql JRuby limited openssl loaded. gem install jruby-openssl for full support. http://wiki.jruby.org/wiki/JRuby_Builtin_OpenSSL create create app/controllers create app/helpers . . . create log/server.log create log/production.log create log/development.log create log/test.log |
| ~/samples/jruby/helloworld
>~/tools/jruby-1.1.5/bin/jruby -S rake db:create (in /Users/arungupta/samples/jruby/helloworld) !!! The bundled mysql.rb driver has been removed from Rails 2.2. Please install the mysql gem and try again: gem install mysql. rake aborted! no such file to load -- mysql (See full trace by running task with --trace) |
| ~/tools/jruby-1.1.5 >bin/jruby -S gem install
activerecord-jdbcmysql-adapter JRuby limited openssl loaded. gem install jruby-openssl for full support. http://wiki.jruby.org/wiki/JRuby_Builtin_OpenSSL Successfully installed activerecord-jdbc-adapter-0.8.2 Successfully installed jdbc-mysql-5.0.4 Successfully installed activerecord-jdbcmysql-adapter-0.8.2 3 gems installed Installing ri documentation for activerecord-jdbc-adapter-0.8.2... Installing ri documentation for jdbc-mysql-5.0.4... Installing ri documentation for activerecord-jdbcmysql-adapter-0.8.2... Installing RDoc documentation for activerecord-jdbc-adapter-0.8.2... Installing RDoc documentation for jdbc-mysql-5.0.4... Installing RDoc documentation for activerecord-jdbcmysql-adapter-0.8.2... |
| ~/samples/jruby/edge/helloworld >~/tools/jruby-1.1.5/bin/jruby
script/generate scaffold runner distance:float time:integer JRuby limited openssl loaded. gem install jruby-openssl for full support. http://wiki.jruby.org/wiki/JRuby_Builtin_OpenSSL exists app/models/ exists app/controllers/ exists app/helpers/ create app/views/runners exists app/views/layouts/ exists test/functional/ exists test/unit/ exists public/stylesheets/ create app/views/runners/index.html.erb create app/views/runners/show.html.erb create app/views/runners/new.html.erb create app/views/runners/edit.html.erb create app/views/layouts/runners.html.erb create public/stylesheets/scaffold.css create app/controllers/runners_controller.rb create test/functional/runners_controller_test.rb create app/helpers/runners_helper.rb route map.resources :runners dependency model exists app/models/ exists test/unit/ exists test/fixtures/ create app/models/runner.rb create test/unit/runner_test.rb create test/fixtures/runners.yml create db/migrate create db/migrate/20081103190813_create_runners.rb ~/samples/jruby/edge/helloworld >~/tools/jruby-1.1.5/bin/jruby -S rake db:create (in /Users/arungupta/samples/jruby/edge/helloworld) ~/samples/jruby/edge/helloworld >~/tools/edge/jruby-1.1.5/bin/jruby -S rake db:migrate (in /Users/arungupta/samples/jruby/edge/helloworld) == CreateRunners: migrating ================================================== -- create_table(:runners) -> 0.0068s -> 0 rows == CreateRunners: migrated (0.0077s) ========================================= |
| development: adapter: mysql encoding: utf8 database: helloworld_development pool: 5 username: root password: socket: /tmp/mysql.sock |
| development: adapter: jdbcmysql encoding: utf8 database: helloworld_development pool: 5 username: root password: socket: /tmp/mysql.sock |
| ~/tools/glassfish/v3/28c/glassfishv3-prelude/glassfish >java -Xmx512m -DJRUBY_HOME=/Users/arungupta/tools/jruby-1.1.5/ -jar modules/glassfish.jar |
| ~/samples/jruby/edge >~/tools/glassfish/v3/28c/glassfishv3-prelude/glassfish/bin/asadmin
deploy helloworld Command deploy executed successfully. |
Posted by Arun Gupta in web2.0 | Comments[10]
|
|
|
|
|
Today's Page Hits: 3565
Total # blog entries: 1003