Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Can I create a proc in the context of itself?

ruby closures proc

What's the best way to deploy a JRuby on Rails application to Tomcat?

Converting binary data to string in ruby

ruby

ruby and accdb (ms access)

ruby ms-access windows-xp

What is a scripting engine?

java python ruby scripting

What does ::MyClass Ruby scope operator do?

ruby

What is the :: sign/operator before the class name in ruby?

ruby class namespaces module

Why can't I do "if zero" in ruby?

ruby

Help with Ruby Koans #6 - What exception has been caught?

ruby exception

Extract text from PDF(I have link to PDF) in ruby

ruby pdf

Ruby grep with line number

ruby grep

Multiple classes in one file, Ruby Style Question

ruby styles

Short namespace acronym in ruby

ruby namespaces ironruby

capybara-webkit: automatically save a screenshot on an RSpec test failure

ruby testing rspec capybara

Devise Sign Out Error - The action 'show' could not be found for UsersController

How to check for specific rescue clause for error handling in Rails 3.x?

What is Enumerator object? (Created with String#gsub)

ruby enumerator

Wrap all controller actions in transactions in Rails

Showing fields with errors for nested forms in Rails 3.2 + SimpleForm

Can I get the table, column and type information from a model?