Author Topic: Ruby-sqlite3 Support?  (Read 9451 times)

zmike

  • Jr. Member
  • **
  • Posts: 77
    • View Profile
    • http://
Ruby-sqlite3 Support?
« on: February 02, 2006, 12:44:05 pm »
Hi all,
I recently got the 1.8.3 release of ruby installed on my C860 which also let me put gem and install rails. I also have SQLITE3 working.

HOWEVER, the ruby-sqlite3 gem installation requires some native compiling. I suppose I could try to get that working but I wondered if anyone out there has already compiled support to bind the two together.

Failing that, does mysql work with rails on the Z?

TIA,
 Mike
SLC860, Zubuntu, Symbol Spectrum24 Wireless CF, 4GB SD Card

Sy Ali

  • Full Member
  • ***
  • Posts: 122
    • View Profile
    • SyeedAli.com
Ruby-sqlite3 Support?
« Reply #1 on: June 17, 2006, 09:09:50 pm »
I wanted to follow up with this thread, as I am going to be interested in using Ruby natively on the Zaurus SL-C1000.

Please post if you've had experience using Ruby on the SL-Cx00 family and can help with advice and instructions.
« Last Edit: June 17, 2006, 09:10:01 pm by Sy Ali »

Dobby

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
Ruby-sqlite3 Support?
« Reply #2 on: August 18, 2006, 10:22:10 pm »
Has anyone made any progress on this? I too am interested in getting Ruby/Rails/SQLite installed.

I got the latest 1.8.4 version of ruby installed but failed on gem as it needed some crypto library that I couldn't find a compatible version of for the Sharp ROM.

Obviously I can use the ZIP version of Rails (which I've downloaded but not got around to trying yet. Still new to the Z).

So I guess I'm going to get stuck on the Ruby SQLite bindings too then?

iamasmith

  • Hero Member
  • *****
  • Posts: 1248
    • View Profile
Ruby-sqlite3 Support?
« Reply #3 on: August 19, 2006, 06:29:41 am »
Quote
Has anyone made any progress on this? I too am interested in getting Ruby/Rails/SQLite installed.

I got the latest 1.8.4 version of ruby installed but failed on gem as it needed some crypto library that I couldn't find a compatible version of for the Sharp ROM.

Obviously I can use the ZIP version of Rails (which I've downloaded but not got around to trying yet. Still new to the Z).

So I guess I'm going to get stuck on the Ruby SQLite bindings too then?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=139082\"][{POST_SNAPBACK}][/a][/div]

I recommend going that extra mile and getting gem running... it is so useful to have it available.

I'm using all of this stuff on OpenBSD on my Zaurus and of course because I'm essentially using the same OS as is installed on a Desktop or Server machine it has all of the required libraries.

Being able to run gem_server for convenience over pure rdoc is nice but doing quick update checks using gem is also great.

-Andy
OpenBSD 4.2 -current on full 4Gb of SL-C3000
Microdrive replaced with 4Gb SanDisk Extreme III card

Sy Ali

  • Full Member
  • ***
  • Posts: 122
    • View Profile
    • SyeedAli.com
Ruby-sqlite3 Support?
« Reply #4 on: August 19, 2006, 08:37:24 am »
The only working and complete Ruby that I know of is for pdaXrom.  It wouldn't work for me on the Cacko ROM.  =(

Dobby

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
Ruby-sqlite3 Support?
« Reply #5 on: September 05, 2006, 07:16:55 pm »
I'm now using pdaXrom but still have the issue of no gem support. Ideally I'd like ruby, rails, sqlite3 (+ bindings of course) and an editor.

Ruby installs (from Fabien) but no gem or rake support as far as I can tell. I've got sqlite3 installed but need the bindings.

Any help would be appreciated.

Sy Ali

  • Full Member
  • ***
  • Posts: 122
    • View Profile
    • SyeedAli.com
Ruby-sqlite3 Support?
« Reply #6 on: September 05, 2006, 07:22:21 pm »
There is a complete Ruby + Gems package for pdaxrom.. I don't have a quick reference, but it's out there..

Dobby

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
Ruby-sqlite3 Support?
« Reply #7 on: September 05, 2006, 07:41:18 pm »
Well as I said I found Fabiens ipk which is supposed to include gem but it doesn't work (gem: command not found). I've seen attempts at trying to get it installed manually to be unsuccessful also.