Back to Basics: HTTP Requests in Rails Apps
Back to Basics: HTTP Requests in Rails Apps Posted by croaky on February 06, 2014 — 0 comments This article breaks down an...
Prevent email havesting in rails using the mail...
<%= button_to "New", action: "new" %> # => "<form method="post" action="/controller/new" class="button_to"> # <div><input ...
Rails developers can build iOS and OS X Apps to...
Rails developers can build iOS and OS X Apps too! New Book - RubyMotion for Rails Developers Posted by FluffyJack on Febru...
The Rails Command Line — Ruby on Rails Guides F...
$ rails generate scaffold HighScore game:string score:integer invoke active_record create db/migrate/20120528060026_create...
swagger-docs (0.1.0): Generates json files for ...
Generates json files for rails apps to use with swagger-ui
Internet Giants Disclose FISA Surveillance Requ...
Technology giants such as Google, Microsoft and Yahoo have started disclosing U.S. government requests for customer inform...
PostgreSQL awesomeness for Rails developers
PostgreSQL awesomeness for Rails developers Posted by hubertlepicki on February 04, 2014 — 0 comments I just posted a bit ...
Routing Basics: Ruby on Rails for Front-End Dev...
Routing Basics: Ruby on Rails for Front-End Developers This guest post is by Miles Matthias , who in between trips and sip...
New Venture for Sedo Co-Founders Tim Schumacher...
Tim Schumacher and Ulrich Essman , two of the four college friends who founded Sedo back in 2001, have gotten involved in ...
Collin’s Lab is Coming Back
We would like to share a bit of good news; Collin’s Lab is back on the airwaves of the Internet. If you didn’t know, [Coll...
I'll admit it. I've been using Rails for years ...
method does the heavy lifting of rendering your application's content for use by a browser. There are a variety of ways to...