RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Submit a post

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

As you are not logged in, you will be
directed via GitHub to signup or sign in

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

any_login - one more way to make your deveplement life easier

Please check my first gem https://github.com/igorkasyanchuk/any_login . It can really make your life easier with changing logged in user. Your feedback is appreciated. Video: https://www.youtube.com/watch?v=978DlHvufSY&feature=youtu.be

The first link attached is wrong. It has a trailing dot. It must be https://git…
https://github.com/flyerhzm/switch_user, Bro …
Thanks for link. @Oleg, you right. Looks very similar and I didn’t know about s…

The History of Ruby on Rails

Known as ‘Ruby on Rails’, ‘RoR’ or ‘Rails’, Ruby on Rails is a rapid web development framework developed in Ruby. Created in 2003 by David Heinemeier Hansson, while working on the code base for Basecamp, a project management tool, by 37signals, it was officially released in July of 2004 as open source code. Visit RailsCarma Blog , to read full article.

Don't tell me what to do

Do you know what’s wrong with articles or solutions saying that you should ditch your ORM, abstract everything from the framework, create six layers of abstraction and break you app into dozens of microservices? There’s no silver bullet. Read more.

rugby.db - Free Open Public Domain Datasets - Incl. Rugby World Cup 2015 England

Hello, Not interested in football? No worries ;-) For the Rugby World Cup 2015 now taking place in England - from Sep 18 to Oct 31 - I’ve put together free open public domain datasets in the new /rugby.db repo that you can read into your SQL database of choice (e.g. SQLite, PostgreSQL, etc.) with the sportdb machinery (gems ‘n’ scripts in Ruby). Note: The repo includes an inline (in-situ) datafile, thus, to build yourself a copy, use: $ sportdb build That’s it. Enjoy. Cheers.

Programming beyond practices

Writing code is the easy part of software development. I’ve started a new email newsletter that’s meant to teach you about the other 90% of programming.

How is the content different from what you have already published on the site? …

Tutorial: How to Build a CMS in Ruby on Rails

I’ll try to show you how to build a flexible, reusable CMS engine using various features offered by Ruby on Rails and Postgres. [more inside]

Well written.
What about Camaleon CMS an alternative to Wordpress? - Multisite - Multilanguag…

football.json - Free open public domain football data in JSON incl. Premier League...

Hello, I’ve put together a new repo, that is, /football.json that offers (auto-)generated match schedules (fixtures and results) and club listings for the major football leagues e.g. English Premier League, Deutsche Bundesliga, Italian Seria A, etc. See the 2015-16 season folder for (static) JSON examples. No API key required ;-) All data public domain. Enjoy the beautiful game. Cheers. PS: Ruby works great for generating JSON; see the json.rb script for the code.

Building a Ruby on Rails App Part 3: Importing book details from Amazon

The third instalment of our Building a Ruby on Rails series is now out. It was really interesting to fetch the book details from this vast API that is Amazon AWS using the amazon-ecs gem. We also used rmagick to fetch the book cover image from Amazon, resize it and store locally.

hey really a nice post… i am eager to learn ruby … so can i get some details …
Loading older posts