Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to sort ActiveRecord results by associated model count?

ruby-on-rails ruby sorting

Rails: Order a model by the last element of a has_many association

Idiomatic tapping into a Java 8 stream using map? [duplicate]

java ruby java-8 java-stream

How to run script before every Rails console invocation?

ruby-on-rails ruby irb

Net::HTTP Start vs New

Dynamically add a class to a module in Ruby

ruby-on-rails ruby

Default Value vs. Keyword Argument

ruby

SPA with rails-api and Angular JS

POST request to HTTPS using Net::HTTP

Cloud9 Warning do I just ignore?

A JSON text must at least contain two octets! (JSON::ParserError)

ruby json

What's the "right" way to test functions that call methods on new instances?

How do I send emails using Sendgrids API to send emails with rails 4? I can seem to put all the pieces together

Ruby fiber: resuming transferred fibers

ruby fibers fiber

How to implement a tcp socket in a rails app?

ruby-on-rails ruby sockets tcp

Ruby's ERB like feature in python

python ruby python-2.7

Ruby on Rails - Difference between redirect_to 'index' and redirect_to objects_path & redirect_to action: 'index'

Alias a method to a single object

Efficient to delete all substrings of other elements within an array in Ruby

How do I combine gets.chomp and ARGV in Ruby? [duplicate]

ruby