github.com

Gave a shot to the new Bundler 1.4.0RC1 during the weekend and found out it now supports gem installation...

var onDone = function() {...

var onFail = function() {...

var params = {...

var url = ... $.ajax({ type: 'put', url: url, contentType: 'application/json; charset...

TL;DR: If using :group => :some_field you might want to :order => 'NULL'. According to the man By default, MySQL...

datetime = DateTime.now date = datetime.to_date #or Date.today will assert: datetime.is_a? Date == true datetime.is_a? DateTime == true datetime.instance_of...

As you know, time zones make stuff a bit more difficult but are necessary. A time-zoned record is converted...

require 'ruby-prof' # you don't need this if you have ruby-prof in your Gemfile You can set one...

Wether you modify an existing named scope or add a new one, or when you write a new query, make...

tomafro.net

Whenever you make a migration to add a foreign key, you should also add an index for it

HouseTrip Deck

If you really, really have a good reason to write raw SQL (generally a bad practice), make sure you use...

It's a good pratice to chain several named scopes like: Property.listable.for_2_or_more_guests.best_10_properties Now, to make the lesson more...

Best results in other decks

Max Swahn's deck

Max Swahn attended the University of Pittsburgh, Swanson School of Engineering. He graduated in 2018 with a degree in Industrial...

opscomplete

This is a collection of frequently asked questions about the makandra hosting environment and our operations services.

Search in all decks