Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Is PG::Connection#exec_params identical to using a prepared statement when it comes to protect against SQL Injections?

sql ruby postgresql pg

Rails - Convert time to string

Excel-Style Conditional Formatting for Numbers in Rails

Get last value from array of arrays

ruby arrays

The asset “application.js” is not present in the asset pipeline in rails 7

ruby-on-rails ruby

Ruby Marshal.dump gives different results for what looks like the same thing

Why can't REXML parse CDATA preceded by a line break?

ruby xml cdata rexml

Skip instance in conditional callback block (lambda or Proc)

Rails 4 get column names in raw activerecord query

Collapse consecutive 'same' elements in array

ruby arrays

RadRails trial expired - any free options for Rails in Eclipse?

ruby-on-rails ruby eclipse ide

Rails: User info not updating (Rendered ActiveModel Serializer Null with Hash)

Ruby on Rails: Saving multiple values in a single database cell

Regular expression to get value in between parentheses

ruby regex

Devise + Omniauth for google only login

Making a flashing console message with ruby

ruby

Does Minitest have something similar to allow_any_instance_of from RSpec?

ruby rspec minitest