Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Strange "profiling" output. from Rails command line

ruby-on-rails ruby rake

Is there anything like Python's pty.fork for Ruby?

python ruby linux fork pty

Perils and caveats of Kernel::eval in Ruby?

ruby eval

Rails app works locally, crashes on Heroku

ruby memory usage grows forever when use thread

ruby

Why does Ruby run so much slower on windows server than on windows dev machine?

Is long polling possible with a Rails application using EventMachine?

Given collection of points and polygons, determine which point lies in which polygon (or not)

In rails3/jruby, what could cause this error intermittently? SAVEPOINT active_record_1 does not exist

RubyMine - ruby - what does [global] mean in rvm, should i use a global or non-global sdk

consuming gems from jruby-complete

ruby rubygems gem jruby

How can I parse a FTP URL with the username or password having special characters?

ruby ftp uri url-encoding

Where do I put non-Ruby files in my gem?

How to copy files with Unicode characters in file names in Ruby?

ruby unicode utf-8 filesystems

AUTH not available (Net::SMTPAuthenticationError) in Ruby 1.9.2

ruby smtp

Is it possible to model cosine similarity in Solr/Lucene?

Encoding Error when using Devise ldap authentication

ruby-on-rails ruby devise ldap

Updating to Rails 3.2.2: How to properly move my plugin from the '/vendor' to '/lib' directory?

What's the best cross platform approach (Windows/Mac) to deploy a simple service/daemon (with simple UI)

Rails 3 - check that object is valid with params before update