Skip to main content

Home/ localhost3000/ Group items tagged ruby on rails

Rss Feed Group items tagged

Ivan Storck

Ruby on Rails Study Guide: Blocks, Procs, and Lambdas | Nettuts+ - 0 views

  •  
    "Ruby is a language with a set of powerful features - the most powerful arguably being Blocks, Procs, and Lambdas. In short, these features allow you to pass code to a method and execute that code at a later time. Despite regularly using these features, many developers don't fully understand the subtle differences between them."
Ivan Storck

Ruby On Rails State of Practice: Deployment and Management - 0 views

  •  
    Vote on what you use to deploy Ruby on Rails apps and see what others are voting on 
Ivan Storck

Build a Custom API to Connect WordPress With Ruby on Rails - Tuts+ Code Tutorial - 0 views

  •  
    Build a Custom API to Connect WordPress With Ruby on Rails - Tuts+ Code Tutorial http://abid.es/1t6mtem
Ivan Storck

Why Rails? | Nettuts+ - 0 views

  •  
    Why use the Ruby on Rails framework?
Ivan Storck

Using SSL in your local Rails environment | railway - 0 views

  •  
    "For every other project, the requirement of using SSL/HTTPS crops up. And I'm sure, just like me, you were annoyed that there doesn't seem to be a simple way to test your SSL stuff in your local development environment. Well: Not any more. Here's how you set up your local Rails environment so that you can use SSL in development if you want or need to."
Ivan Storck

Sublime Text 2 integration with RVM and Rspec: Take number 2 - Ruben Laguna's blog - 0 views

  •  
    Ok, so you are using Sublime Text 2 and you can use Cmd-B to execute ruby code, but that ruby code won't be executed using under the environment dictated by the .rvmrc in the project which is a pity. The same goes for RSpec, where you usually want to use bundle exec rspec in addition to .rvmrc. I'm going to talk first on how to get regular ruby + RVM from Sublime Text 2 and then I'll jump onto executing RSpec together with RVM and Bundler from Sublime Text 2.
Ivan Storck

Gistflow :: State Machine with Rails. Basics - 0 views

  •  
    "State Machine comes to the rescue when models in your application need statuses and events. There is a #state_machine gem for #ruby. I recommend you to spend some time studying basics before you start using it"
Ivan Storck

tutorial rails recurly subscription saas · RailsApps - 0 views

  •  
    A complete Ruby on Rails app for subscription content site (with Recurly)
Ivan Storck

Getting More Out of the Rails Console - Samuel Mullen - 0 views

  •  
    Great article on how to get more out of the Rails console
Ivan Storck

RubySource | Cracking Gems: Reading Ruby CodeRubySource - 0 views

  • Reading large codebases can be daunting. There’s just so many abstractions, all linked to one another, making a muddled mess in your brain.But, with a little bit of experience, it becomes much easier to read code. Let’s get to it!
  •  
    Reading large codebases can be daunting. There's just so many abstractions, all linked to one another, making a muddled mess in your brain.But, with a little bit of experience, it becomes much easier to read code. Let's get to it!
1 - 10 of 10
Showing 20 items per page