
rubyfleebie.com
Ruby FleebieRediscovering the joy of programming
http://www.rubyfleebie.com/
Rediscovering the joy of programming
http://www.rubyfleebie.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Thursday
LOAD TIME
0.4 seconds
Francois Lamontagne
5544 Ch●●●●●●●-Moreau
Trois●●●●●ieres , Quebec, G8Y 6W8
Canada
View this contact
Francois Lamontagne
5544 Ch●●●●●●●-Moreau
Trois●●●●●ieres , Quebec, G8Y 6W8
Canada
View this contact
Francois Lamontagne
5544 Ch●●●●●●●-Moreau
Trois●●●●●ieres , Quebec, G8Y 6W8
Canada
View this contact
18
YEARS
1
MONTHS
8
DAYS
GODADDY.COM, LLC
WHOIS : whois.godaddy.com
REFERRED : http://registrar.godaddy.com
PAGES IN
THIS WEBSITE
7
SSL
EXTERNAL LINKS
21
SITE IP
72.55.140.73
LOAD TIME
0.406 sec
SCORE
6.2
Ruby Fleebie | rubyfleebie.com Reviews
https://rubyfleebie.com
Rediscovering the joy of programming
Ruby Fleebie | Rediscovering the joy of programming… since 2007! | Page 2
http://www.rubyfleebie.com/page/2
Rediscovering the joy of programming… since 2007! How to backup your postgres database on SpiderOak using Dokku. The path of the freelancer. Now that we know how to setup a rails application using Dokku on a DigitalOcean droplet, it might be a good time to think about automating our database backups. If you haven’t read the first part, you should do it before reading any further. Sure, you can enable weekly backups of your whole droplet on [.]. Continue reading →. Posted in The path of the freelancer.
About me | Ruby Fleebie
http://www.rubyfleebie.com/about-me
Rediscovering the joy of programming… since 2007! My name is François Lamontagne and I live in the city of Trois-Rivières (three rivers) in Quebec. I am a freelancer. And I specialize in Web Development. Looking for someone who knows how to get things done? Get more stuff like this. Subscribe to our mailing list and get interesting stuff and updates to your email inbox. We respect your privacy and take protecting it seriously. Proudly powered by WordPress. Theme: typefocus8 by Ajay Divakaran.
Make sure you are not using methods like “1.day.ago” when dealing with a Date column | Ruby Fleebie
http://www.rubyfleebie.com/dont-use-methods-like-1-day-ago-on-a-date-column
Rediscovering the joy of programming… since 2007! Make sure you are not using methods like “1.day.ago” when dealing with a Date column. TL;DR: Read the title ;). I spent too many hours debugging a feature spec in an application. Turns out I was simply not paying attention to what I was doing! In a fixture file, I was setting a field the following way:. Of course this problem was very easy to fix once I understood what was causing it. I simply changed the fixture file so that it looks like:. We respect yo...
Hire my services | Ruby Fleebie
http://www.rubyfleebie.com/hire-my-services
Rediscovering the joy of programming… since 2007! Do you have an IT system to develop? Do you want to give life to that new software idea of yours? I am the right person for you! I work in the field of Web development for more than 15 years now. Here is an idea if you’re interested. Send me an email. With a description of your project and I will send you my proposal within 48 hours. Get more stuff like this. Subscribe to our mailing list and get interesting stuff and updates to your email inbox.
Nested has_many :through | Ruby Fleebie
http://www.rubyfleebie.com/nested-has_many-through
Rediscovering the joy of programming… since 2007! Nested has many :through. Hi (Oh my God… he just started his blog post with ‘Hi’),. Did you know that as of Rails 3.1, you can have nested has many :through clauses. Here is a concrete example to understand what I mean:. Class SportSchedule ActiveRecord: Base. Has many :games, :through = :gamedays. Has many :results, :through = :games # = You could not do this before Rails 3.1. Posted in short and sweet. Http:/ www.rubyfleebie.com Frank.
TOTAL PAGES IN THIS WEBSITE
7
BarCampMontreal3 report | Marc-André Cournoyer's blog
https://macournoyer.wordpress.com/2007/11/03/barcampmontreal3-report
Marc-André Cournoyer's blog. Upcoming BarCamp and Montreal on Rails. Defensio launched →. November 3, 2007 · 10:06 pm. I just came back from BarCampMontreal3. It was an amazing event! You really missed something if you didn’t came! Here’s a remix of the notes I’ve taken from the (un)conference. How data will save the world. Hugh McGuire delivered a great talk about two of his projects: LibriVox. Oh I think I missed a couple one here…). John Hansen, from Jetfire, posted a comment pointing to this article.
Thin – A fast and simple web server | Marc-André Cournoyer's blog
https://macournoyer.wordpress.com/2008/01/03/thin-a-fast-and-simple-web-server
Marc-André Cournoyer's blog. Has Zed jumped the shark? Thin : A Followup! January 3, 2008 · 9:46 pm. Thin – A fast and simple web server. Is a web server that glues together 3 of the best Ruby libraries in web history:. The Mongrel parser: the root of Mongrel speed and security. Event Machine: a network I/O library with extremely high scalability, performance and stability. Rack: a minimal interface between web servers and Ruby frameworks. Why another web server? Sudo gem install thin. This is the first ...
Thin: A Ruby HTTP Daemon That’s Faster Than Mongrel
http://www.rubyinside.com/thin-a-ruby-http-daemon-thats-faster-than-mongrel-688.html
Want to stay on top? Is a once-weekly e-mail newsletter covering the latest Ruby and Rails news. Ruby and Rails Jobs. Follow us on Twitter. Ruby and Rails Jobs. More jobs ». Thin: A Ruby HTTP Daemon That’s Faster Than Mongrel. January 5, 2008. Is a new Web server / daemon written in Ruby by Marc-André Cournoyer that uses the EventMachine. Misleading. Thin actually relies on Mongrel, but is ultimately faster than it, even against Mongrel's EventMachine-enhanced guise. January 5, 2008 at 4:40 am. Marc-Andr...
Class RailsThinker < Rails: November 2007
http://railsthinker.blogspot.com/2007_11_01_archive.html
Single Table inheritance from Rails Core. Thursday, November 22, 2007. Generating documentation with RDoc. We’ll suppose that your application is a Rails application. Go to the root of your application. Moreover, it will detect every comments you wrote and try to include them at the right place in the doc. Syntaxes and Examples to do comments on your applications :. This method is a very critical one in our system. Please be careful! It takes 2 params. We discard the 1st one. Hey let‘s try it…. If it is ...
TOTAL LINKS TO THIS WEBSITE
21
Ruby Flare
Testing Scopes with Lambdas. On February 24, 2012. How do you know that your scopes are correct? At work we had been plagued by mysterious multiple payments in one of our apps. It had been coded to prevent multiple payments yet some customers were somehow managing to do it. After a thorough investigation, I discovered that the problem simply came down to one of the scopes used in the code had been written incorrectly. Here it is:. Scope :current, where('start date =? Do you see the problem? Timecop.f...
Ruby Flare
August 30, 2013. Sort a collection by multiple attributes. To sort a collection by an attribute:. Itemssort by { x x.last name }. Or using this shorthand:. Now if you want to sort by multiple attributes don’t resort to the spaceship operator:. Itemssort { x,y [ x.last name, x.first name] = [y.last name, y.first name] }. Pass in an array of attributes to sort by:. Itemssort by { x [x.last name, x.first name] }. Also, Ruby 1.9.2 introduced the sort by! Method so you can also replace your sort! July 19, 2013.
DeliveryRoom
Ruby Flats
Friday, November 19, 2010. Happy Birthday, My Loves. Today marks one of the most important and special days in my life- it marks the anniversary of me becoming a mother. Two years ago today, my beautiful baby girl entered the world, and not only am I lucky to call her my daughter, but I am also lucky enough to share a birthday with her! And the little guy will have to get his own very special celebration in September! Happy Birthday Dave and Joanie- I love you more than you'll ever know! Give Me A Ring.
InSource HR Is Online!
As the owner of a small business, you probably don't have a dedicated Human Resource manager. The responsibility for human resources may fall to someone in your business, such as your Office Manager or perhaps you handle employee matters yourself. It may seem to make perfect sense; why pay for a resource that would sit idle? But there are many reasons to consider insourcing HR to your business. Ndash; Are you spending too much non-productive time on employee administration matters? Ndash; It is widely kn...
Ruby Fleebie
Rediscovering the joy of programming. September 8, 2014. Make sure you are not using methods like “1.day.ago” when dealing with a Date column. TL;DR: Read the title ;). I spent too many hours debugging a feature spec in an application. Turns out I was simply not paying attention to what I was doing! In a fixture file, I was setting a field the following way:. Of course this problem was very easy to fix once I understood what was causing it. I simply changed the fixture file so that it looks like:. 8221; ...
Drawings by Ruby - Home
Pencil Drawings by Ruby. Ruby and her husband Dan live on a small farm in rural Lawrence County. She started pencil. Drawing in 2004 and added colored pencils to her art supplies in 2006. She loves spending time with family and friends and enjoys helping with farm chores when. Possible. She also teaches and holds an active real estate brokers’ license. With a full schedule she. Still works in time for drawing. Hobby to enjoy and pursue. Hopes to some day add oil paints to her supplies. If it is a scene, ...
www.rubyfleurcius.com
Ruby flew too
Snippets and tidbits about Ruby, Rails, Sinatra and anything else web-dev like. Monday, 3 March 2014. Context, Tooling and the Beginner Programmer. Renée De Voursney talking at the AU Ruby Conf about the trials and tribulations of learning Ruby. Renée De Voursney - Teaching Ruby for fun and profit. Friday, 21 December 2012. Poor man's guide to managing Ruby versions. Understanding the guts of Ruby Version Management by rolling your own. A way to segregate the executables of the various versions. Segregat...
Registrant WHOIS contact information verification
You have reached a domain that is pending ICANN verification. As of January 1, 2014 the Internet Corporation for Assigned Names and Numbers (ICANN) will mandate that all ICANN accredited registrars begin verifying the Registrant WHOIS contact information for all new domain registrations and Registrant contact modifications. Why this domain has been suspended. Email address has not been verified. This is a new domain registration and the Registrant email address has not been verified. Wenn Sie Inhaber der...
SOCIAL ENGAGEMENT