There are so many programming books out there, but most focus on specific technologies and their half-life is incredibly short. Others focus on process or culture. Very few focus on the timeless principles of writing good code, period. The following five books had the biggest influenc...
extracted Ruby on Rails from his work on Basecamp . He released the framework as open source in July of 2004, but didn't share the commit rights until February of 2005. He's infamous for his ruthless delegation, which is often executed as a request to "Please Do Investigate". He's a p...
Never has learning how to build apps using Ruby on Rails been so much easier and a lot more fun than playing Code School’s Rails for Zombies (or R4Z). Created by Gregg Pollack, R4Z is a clever attempt on introducing newbies to using Ruby on Rails. R4Z is an educational site with a twi...
Project Description: Enhance fedena to have multi school function. Every school have different dashboard to manage their school. Skills required: Ruby & Ruby on Rails See more: fedena multi school , aws multi account dashboard , manage develop multi language website , multi store diff...
Mobylette iPhone/iPad/Android/iOSを判定、Viewを切り替えるGem[Rails]
I just launched <a href="http://rubygems.org/gems/dayset">Dayset</a> Posted by gramos on December 26, 2012 — 0 comments I just launched Dayset With this gem you can generate a set of any number of days for a month or year, is useful for example when you have to divide a month in a fix...
Ruby Gérer les vidéos de votre application Rails avec Youtube (fr) Partagé par Synbioz il y a environ une heure Intégrer Youtube à votre application afin de permettre à vos utilisateurs d'uploader des vidéos sur ce service Articles similaires Introduction à Ruby on Rails (+30 v...
Isn’t it funny how most “introduction to Ruby on Rails” screencasts are overly simplistic, and rely on generators like scaffolding? The teacher typically follows up the tutorial by stating that most Rails developer don’t use scaffolding generators. Well that’s not much help then! I’d ...
Real-world learning Our videos are laser-focused, and allow you to learn exactly what you need to build your tech skills fast! Project-based teaching shows you how you’ll apply these new skills in the real world by walking you through a complete project so you’ll see exactly how every...
Rails ActiveRecord associations inconsistently updated has_many, belongs_to association where has_many associated model has two alias fk in belongs_to associated_model Rails Associations (belongs_to, has_many) can't save 2 ids in table with a create method (user, post, comment) How to...
Soliciting Rails Association Feedback + Questions from a Noob How can I create, associate, and de-associate related records in Rails ActiveRecord with accepts_nested_attributes_for Rails: How do I define an association extension in a module that gets included in my AR model? How do yo...
How do I add html tag in ruby on rails controller? I want to add this statement include a_tag in ruby on rails controller. "Go straight to <a href='http://www.sportskaki.com'>www.sportskaki.com</a> to reply. game_message.message = " Would you like to play " + @game.sport.sport_name.to...
I intend to develop a web application that will have most of the features like facebook and youtube have, for instance - a user can share videos with their friends, people can comment on the videos and upvote or downvote each others comments, form groups etc. etc. I would like to know...
It is important to be able to respond to different events in our friendship model. For example, when a user sends a friend request to another user, we want the requestee to get an email. We're going to use something called a state machine to manage this.
is Mike Gunderloy's software development weblog, covering Ruby on Rails and whatever else I find interesting in the universe of software. I'm a full-time Rails developer and contributor, available for long- or short-term consulting, with solid experience in working as part of a distri...
D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG and CSS. D3’s emphasis on web standards gives you the full capabilities of modern browsers without tying yourself to a proprietary framework, combining powerful visu...
It started with an assumption , really. Snapchat , a photo-sharing application that auto-destroys images seconds after being opened, launched in September 2011 with zero media coverage. A homegrown product, built by two Stanford guys, grew to now see over 50 million snaps per day toda...
Docent is a mountable Rails engine to provide your app's users with links to proper support documentation.
Are you a solid Ruby on Rails engineer looking for a unique FT opportunity in a highly experienced, creative, and purposefully driven team? We are a San Francisco-based, funded, consumer-focused startup that recently got selected to attend Techstars in Q1 2013. We have built the core ...
I could advise overriding destroy method on your User model to simply do update_attribute(:deleted_at, Time.current) (instead of actually destroying), but this deviation from standard API could become burdensome in the future, so here's how to modify the controller. Devise has a bunch...