13 Jan '14, 1pm

Explaining RubyMotion views to Rails developers

Yesterday I put out an article explaining Apple's MVC pattern in a way Rails developers could understand, and it got a crazy amount of traffic, well for my standards 600 views in 24 hours seemed impressive for a fairly new blog. Today I've written the second article in the ongoing series of explaining RubyMotion to Rails developers called "ERB vs UIView - Requesting Data" , where I'll explain how similar views and html/erb really are, and the fact the only main difference is how the content gets in there. Help others understand by sharing the article on twitter, and subscribe to the RSS feed (just above the author bio) to be updated when new articles in the series come out. Also if you're interested in RubyMotion, I run the weekly screencast for RubyMotion called MotionInMotion . It's only $9/month and you'll get a new episode every week.

Full article: http://www.rubyflow.com/items/10348-explaining-rubymotion...

Tweets

RubyMotion for Rails Developers - Your Views Ha...

rubyflow.com 14 Jan '14, 10am

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

rubyflow.com 12 Jan '14, 2pm

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

rubyflow.com 12 Jan '14, 2pm

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...

rubyflow.com 13 Jan '14, 6am

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

robots.thoughtbot.com 14 Jan '14, 6pm

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...

api.rubyonrails.org 13 Jan '14, 3am

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

rubyflow.com 13 Jan '14, 3pm

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...

searchenginewatch.com 13 Jan '14, 12pm

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...

rubyflow.com 14 Jan '14, 3pm

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

rubyflow.com 09 Jan '14, 5pm

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

rubyflow.com 10 Jan '14, 1am

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...

guides.rubyonrails.org 09 Jan '14, 3pm

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...

edgeguides.rubyonrails.org 24 Jan '14, 3pm

$ rails generate scaffold HighScore game:string score:integer invoke active_record create db/migrate/20130717151933_create...