Oracle

Mitchell Hashimoto Joins Engine Yard OSS Community Grant Program

Vagrant: EC2-Like Virtual Machine Building and Provisioning from Ruby

Vagrant is a Ruby-based tool for building and deploying virtualized development environments.

In-depth JRuby Q&A: What Makes JRuby Tick in 2010?

JRuby is undoubtedly the most mature of the alternative Ruby implementations. Supporting Ruby 1.8.7 and 1.9.1 (mostly!) and JIT compilation, JRuby is already in use in mission critical Ruby apps and runs scarily fast on the JVM. In this interview with JRuby core member, Charles Nutter, we dig deep into what makes JRuby tick.

J is for JVM: Why the ‘J’ in JRuby?

The current JRuby team members are all passionate hackers with intimate knowledge of Ruby, Java, and of course JRuby. That said, none of us were on the team at the project’s original inception. I assume the JRuby pioneers thought JRuby would be a good idea—I know I did, when I first heard about it. For a lot of folks though, it’s somewhat less obvious. Why is writing JRuby on top of the JVM a good idea, they ask. Are we nuts, evil geniuses, or is using the JVM just a solid pragmatic decision?

Fixing your oracle rails stack after upgrading to Snow Leopard

The latest upgrade to OS X has proved a little fiddly for users of ruby. Any ruby gem that contains native code needs reinstalling so that this code can be recompiled to 64bit. You might think after doing that you are done and dusted…. but don’t forget your OCI8 library if you are using Oracle with your rails stack!

If you can’t start rails because of the following error then you will most likely need to recompile OCI8:

Oracle - old revision restored

Using Oracle with Rails

Creating a new application

To create a new Rails application that uses the Oracle adapter:

$ rails -d oracle my_rails_app

Next, edit config/database.yml with the proper settings.

database.yml example

development:
adapter: oracle
username: scott
password: tiger
database: database_name
timeout: 5000

Rails Magazine Issue #4 - Free Download

A new edition of Rails Magazine (#4 – “The Future of Rails”) is now available as a free pdf (32 pages) at http://railsmagazine.com/issues/4

Inside:

Exclusive coverage of Ruby Kaigi 2009, possibly the largest Ruby conference in the world.

Technical articles:
- Background Processing with delayed_job
- Generating PDF with ODF templates
- Oracle Tips and Tricks
- Feel the Radiance with Radiant CMS

Oracle - old revision restored

Using Oracle with Rails

Creating a new application

To create a new Rails application that uses the Oracle adapter:

$ rails -d oracle my_rails_app

Next, edit config/database.yml with the proper settings.

database.yml example

development:
adapter: oracle
username: scott
password: tiger
database: database_name
timeout: 5000

What's New in Edge Rails: The BugMash Edition

Microsoft deems Ruby on Rails a competitor

Numerous commercial software vendors offer competing software applications for connectivity (both Internet and intranet), security, hosting, and e-business servers. System Center competes with server management and server virtualization platform providers, such as BMC, CA, Inc., Hewlett-Packard, IBM, and VMWare in the management of information technology infrastructures.

Syndicate content