CARVIEW |
-
ActiveRecord adapter for JDBC and JRubyCreated Tue Mar 25 08:46:40 -0700 2008
-
Code for article on Ruby Advent 2008Created Thu Dec 18 12:18:09 -0800 2008
-
Treat an ActiveRecord model as a file attachment, storing its patch, size, content type, etc.Forked from technoweenie/attachment_fu Mon Jan 14 06:51:56 -0800 2008
-
CI::Reporter is an add-on to Test::Unit and RSpec that allows you to generate XML reports of your...Created Sat Mar 01 14:38:26 -0800 2008
-
Simple IRB-over DRb for poking inside your serversCreated Sat Nov 29 10:45:49 -0800 2008
-
The official `github` command line helper for simplifying your GitHub experience.Forked from defunkt/github-gem Fri Nov 14 22:36:05 -0800 2008
-
Serve git and advertise with bonjourForked from chad/gitjour Sat May 31 15:22:18 -0700 2008
-
use jetty to run any warbler based rails projectForked from fabiokung/jetty-rails Fri Aug 29 20:21:52 -0700 2008
-
JREXML is an add-on for JRuby that uses a Java pull parser library to speed up REXML.Created Sat Mar 01 15:03:58 -0800 2008
-
Git mirror of https://svn.codehaus.org/jruby/trunk/jrubyCreated Tue Jun 03 20:50:15 -0700 2008
-
Rack for JRuby and Java appserversCreated Tue May 13 19:57:24 -0700 2008
-
Adds multipart POST capability to net/httpCreated Tue Aug 12 10:33:41 -0700 2008
-
Ruby on RailsForked from rails/rails Fri Apr 11 06:31:00 -0700 2008
-
Code as Art, Art as Code. Processing and Ruby are meant for each other.Forked from jashkenas/ruby-processing Fri Apr 25 20:01:29 -0700 2008
-
Classy web-development dressed in a DSLForked from bmizerany/sinatra Wed Jan 23 20:49:54 -0800 2008
-
Pedal to the metal manual profilerCreated Fri Feb 29 20:58:24 -0800 2008
-
Basic emulation of awesome TextMate features for Emacs.Forked from defunkt/textmate.el Sun Nov 30 13:10:37 -0800 2008
-
Warbler chirpily constructs .war files of your Rails applications.Created Sat Mar 01 10:46:46 -0800 2008
-
Webrat - Ruby Acceptance Testing for Web applicationsForked from brynary/webrat Thu Apr 17 09:26:23 -0700 2008
Public Activity
4f3d678ed6888aabcdd69d5372d80ed78989425d
Minor tweak: remove JMXExamples:: to match code in article
cfdfd5399368a4ad43384a7e4d072b085fe6d8b3
Add license file

-
nicksieger committed ab35f11c:
Merge commit 'kofno/master' into kofno-merge
-
kofno committed f7ba41ef:
In patching rail-y rake stuff, I broke jdbc-ish rake stuff on postgres.
-
kofno committed eb03f723:
Test case to make sure insert returns id.
-
kofno committed 299d3efc:
Bug: insert was returning nil instead of the id of the newly inserted
-
kofno committed 5e0b45ee:
Tests for mixed case migrations (PG)
-
kofno committed 43cf9573:
Fixes mixed case problems in migrations
-
kofno committed 51fa9394:
Fixes some mixed case issues for PG databases.
-
kofno committed 39d8df3b:
jdbc.rake redefines some of the rails tasks, but it does it in a way
ab35f11c9a852f31b772d069e036563137856534
Merge commit 'kofno/master' into kofno-merge

-
nicksieger committed 786d3301:
Futz w/ gem dependencies more
786d3301dc0b013ae38c038ff484621ddc580f67
Futz w/ gem dependencies more

-
nicksieger committed cec06352:
Upgrade to JRuby 1.1.6 and JRuby-Rack 0.9.3
-
nicksieger committed 8a4272d3:
Merge commit 'lackac/master' into lackac-merge; fix rails gem dependencies
-
Laszlo Bacsi committed e18c7ddc:
why isn't my gem building on github?
-
Laszlo Bacsi committed 36140c20:
dummy gemspec update
-
Laszlo Bacsi committed 876a514a:
Fixed gem requirement in test
-
Laszlo Bacsi committed 73253aeb:
Fixed sample Rails gem dependency inclusion code
-
Laszlo Bacsi committed 2551c7d2:
Added Rails gem dependency inclusion to warble.rb and changed rails gem version to be more flexible
-
Laszlo Bacsi committed 08fa4242:
Fixed the inclusion of Rails environment gem dependencies
cec06352c87846e2e93c6dddbc5ef099a08ad210
Upgrade to JRuby 1.1.6 and JRuby-Rack 0.9.3
8a4272d31bcdd87f33325bea2053c68664c32b7b
Merge commit 'lackac/master' into lackac-merge; fix rails gem dependencies

-
nicksieger committed 3821c0e5:
Keeping history up-to-date as we go
3821c0e5da252c2374b743c6581eeb7356d29110
Keeping history up-to-date as we go

-
nicksieger committed c16d53ec:
Merge commit 'nchaugen/master' into nchaugen-sqlite
-
nchaugen committed d559e914:
Merge branch 'master' of git://github.com/nicksieger/activerecord-jdbc-adapter
-
nchaugen committed 46833c28:
Upgraded SQLiteJDBC to v054 (based on SQLite 3.6.3) to include necessary fix for loading fixtures.
-
nchaugen committed 7b3f3eca:
Added support for binary columns in sqlite3.
-
nchaugen committed 8037501c:
Fixed extraction of precision and scale for sqlite3 decimals.
-
nchaugen committed 19b6e0a4:
Faster query of column metadata for sqlite3.
-
nchaugen committed 01cca851:
Corrected type modification of timestamp, datetime, time and date for sqlite3
-
nchaugen committed c1c12d6a:
Workaround for broken sqlite execute_insert now returns auto-generated id.
-
nchaugen committed bd55a011:
Added workaround for broken execute_insert in sqlite3 adapter (SQLiteJDBC does not support overloaded Statement.executeUpdate returning auto-generated key).
-
nchaugen committed d170826c:
Added recreate_database method to sqlite3 as needed by rake target db:test:purge
-
nchaugen committed 5692af58:
Added has_many_through test to sqlite3 test
-
nchaugen committed 959a6c6a:
Fixed test db config for sqlite3
c16d53ec489a25d8d0c1ec8603aafe6b351632a9
Merge commit 'nchaugen/master' into nchaugen-sqlite

-
nicksieger committed 8e93fddc:
Bump JRuby version to 1.1.6
8e93fddc7f9b12e325b2c7062513eb86f96fa947
Bump JRuby version to 1.1.6
3323dd6ae7cc173bb9153ae3cc1164fa4a3c8a65
Add textmate-toggle-camel-case