Popular Ruby Programming Tips
Modular vs Monolithic Software: No Holy Grails.
Pablo Astigarraga
·
0 responses
·
ruby, rails, software architectue, modular applications
Putting RSpec describe blocks in other blocks to keep DRY
Ben Burton
·
0 responses
·
ruby, rails, rspec
Working with Turbolinks and jQuery in Rails 4
Alexandra Mirtcheva
·
0 responses
·
ruby, rails4, turbolinks
Use bundle package before deployment
Benno van den Berg
·
0 responses
·
ruby, bundler
God for Process Monitoring
Rajeev N Bharshetty
·
0 responses
·
ruby, rails, god, process monitoring
Ghost Localhost server
Corey Trombley
·
2 responses
·
ruby, terminal, server, localhost
[Rubocop] Missing frozen string literal comment automatically fix
Luciano Sousa
·
0 responses
·
ruby, rubocop, code, style
Rack::EnvNotifier
Catalin Ilinca
·
0 responses
·
ruby, rails, gem, rack
Use Zeus to speed up your tests
Jelle Vandebeeck
·
0 responses
·
ruby, rails, test, gem
Strange case use
Thomas Riboulet
·
2 responses
·
ruby
Remove blanks, carriage return etc...
Benjamin Roth
·
0 responses
·
ruby, rails
Unlocking game assignments in Ruby code
Michiel Sikkes
·
0 responses
·
ruby, game development, game mechanics, pseudocode
RVM 1.14.x and Capistrano
Pablo Formoso Estrada
·
0 responses
·
ruby, rvm, capistrano
Check the last inserted record with Cucumber
Fabrizio Soppelsa
·
0 responses
·
ruby, activerecord, cucumber, rspec
RubyMotion Provisioning Profiles
Ray Hightower
·
0 responses
·
ruby, ios, rubymotion, provisioning profile
Rails plugin Letter_Opener
Chris Radford
·
0 responses
·
ruby, rails, gem, letter_opener
Brakeman integration with deploy tools
Yuri Artemev
·
0 responses
·
ruby, shell, brakeman
XMPFilter with Sublime - evaluate your code in your editor
David Paluy
·
0 responses
·
ruby, sublime, xmpfilter, evaluate
German Book: "MongoDB - Der praktische Einstieg"
Tobias Trelle
·
0 responses
·
mongodb, books, ruby, java
Check your GitHub account for out of date rails apps
Andrew Nesbitt
·
0 responses
·
ruby, rails, security, github
Build system tests through user interactions with your app
Mike Piccolo
·
0 responses
·
ruby, rails, test, testing
Creating fancy money entry for your Rails app
Michiel Sikkes
·
0 responses
·
ruby, rails, forms, input
How to run Ruby GC after a memory expensive request with Unicorn
Estevão Mascarenhas
·
0 responses
·
ruby, performance, unicorn, gc
"Foo" == "Foo" != true (Non printing characters FTL)
David Kormushoff
·
0 responses
·
ruby, unicode, non-printing characters
A faster way to rake (with bundler)
Gilbert
·
2 responses
·
ruby, rails, bash