Skip to main content

Home/ localhost3000/ Group items tagged Rails

Rss Feed Group items tagged

Ivan Storck

Rails has Two Default Stacks by Steve Klabnik - 0 views

  •  
    Rails is omakase, Rails! (Rails prime) is the combo plate, I guess.
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

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

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

Why Rails? | Nettuts+ - 0 views

  •  
    Why use the Ruby on Rails framework?
Ivan Storck

tutorial rails recurly subscription saas · RailsApps - 0 views

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

wesf90/rails-partial · GitHub - 0 views

  •  
    "Makes creating Rails Partials a breeze. Quickly create a blank Partial, or select text and create the partial instantly!"
Ivan Storck

Security is a Feature: 9 Newb-Friendly Steps to Secure Your Rails Apps « Stra... - 0 views

  •  
    Security is a Feature: 9 Newb-Friendly Steps to Secure Your Rails Apps « StrandCode.com http://abid.es/13f4wQ2
  •  
    Security is a Feature: 9 Newb-Friendly Steps to Secure Your Rails Apps « StrandCode.com http://abid.es/13f4wQ2
Ivan Storck

Asset Pipeline for Dummies - Eric Berry - 0 views

  • The Manifest The keystone of the asset pipeline is the manifest file. By default, Rails creates one for stylesheets (app/assets/stylesheets/application.css) and JavaScript files (app/assets/javascripts/application.js). This file uses directives to declare dependencies in asset source files.
  •  
    Asset pipeline - how is your CSS and JS included in a Rails app?
Ivan Storck

rails.app by Yehuda Katz » Brand New Rails App - Kickstarter - 0 views

  •  
    rails.app by Yehuda Katz http://abid.es/1cYWsBV
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

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

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

Using Capybara-Webkit with Cucumber Without Rails or Rack - 0 views

  •  
    How to use capybara to test any web app PHP, Java, .Net, whatever
Ivan Storck

Rolling With Sinatra - 0 views

  •  
    When it comes to web development, Sinatra is amazingly flexible. Unlike Rails, it isn't opinionated in the slightest and basically lets you make all the design decisions.
Ivan Storck

TextMate shortcuts you should be using « require 'brain' - 1 views

  •  
    TextMate shortcuts. Many work in Sublime Text 2 also.
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.
1 - 20 of 26 Next ›
Showing 20 items per page