RubyMotion for Rails Developers - Your Views Ha...
RubyMotion for Rails Developers - Your Views Have Come To Life Posted by FluffyJack on January 14, 2014 — 0 comments I've ...
Explaining Apple’s MVC pattern to Rails Developers
Explaining Apple’s MVC pattern to Rails Developers Posted by FluffyJack on January 12, 2014 — 0 comments An explanation of...
Explaining Apple’s MVC pattern to Rails Developers
Explaining Apple’s MVC pattern to Rails Developers Posted by FluffyJack on January 12, 2014 — 0 comments An explanation of...
#Tech Storing Data without CoreData in RubyMoti...
Storing Data without CoreData in RubyMotion Posted by FluffyJack on January 13, 2014 — 0 comments Episode 6 has just been ...
Beginner’s guide to testing Rails apps
I'm frequently asked what it takes to begin testing Rails applications. The hardest part of being a beginner is that you o...
Here's the method that hands over an authentici...
Controller actions are protected from Cross-Site Request Forgery (CSRF) attacks by including a token in the rendered html ...
Reading Rails - How Validation Are Configured
Reading Rails - How Validation Are Configured Posted by netghost on January 13, 2014 — 0 comments You use them every day, ...
Online Content Videos Break Record with 52 Bill...
Online content video views have exceeded 50 billion a month for the first time on record and video ad views have tripled i...
Rails Testing Antipatterns: Fixtures and Factor...
Rails Testing Antipatterns: Fixtures and Factories Posted by markoa on January 14, 2014 — 0 comments I just published the ...
Get to know some of the fundamentals of RubyMotion
Get to know some of the fundamentals of RubyMotion Posted by FluffyJack on January 08, 2014 — 0 comments As one of my subs...
Rails Layout Gem
generates application layout files using Bootstrap or Foundation. My blog post on the Rails Layout Gem v1.0.1 release give...
Understanding yield - #RoR #Rails #Layout #Rend...
To find the current layout, Rails first looks for a file in app/views/layouts with the same base name as the controller. F...
@amyhoy rake assets:clean – Rails got you cover...
$ rails generate scaffold HighScore game:string score:integer invoke active_record create db/migrate/20130717151933_create...