Posts RSS Comments RSS 4 Posts and 0 Comments till now

Archive for the 'Blog' Category

Beginner’s Ruby / Database Tutorial

Ruby Database Access

• DBI stands for Database independent interface for Ruby
• DBI provides an abstraction layer between the Ruby code and the underlying database.
• You can use databases like Oracle, SQL Server and MySQL.
• DBI defines set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used.
• From cmd (or terminal)
–  sudo gem install dbi
• This will install the DBI module

Continue Reading »

Changing TextMate’s Default Language

Changing TextMates default language can save you a lot of time. To change yours to Python, do this in terminal while TextMate is closed.

Continue Reading »