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.

Deciding to Build an Isomorphic Ruby App with Opal

There is so much hoopla about JavaScript today and a lot of commotion also around Isomorphic JavaScript Apps. While I really like the concept of being able to do everything in one language and not have to context switch between languages why does it have to be JavaScript? The language simply does not make as happy as coding in Ruby. Opal gives the Rubyist hope. Here’s a story talking about the decision to go with Opal https://blog.gitresolve.com/deciding-to-build-an-isomorphic-ruby-app-with-opal-206befe93c8f#.bp6bra0ef

Ember with Rails Introduction

Check out this Introduction to Ember with Rails screencast series if you aren’t too keen on learning React or Angular 2. Ember is a frontend framework with the same convention over configuration philosophy that Rails uses which makes it a great frontend companion to Ruby on Rails on the backend.

link is broken
The link is https://gorails.com/series/ember-with-rails-introduction …
Doh, sorry guys. Fixed now.

Developed gem make_model_searchable for adding simple search functionality to models

Here’s the link to gem make_model_searchable. This gem provides moduler solution to add search functionality for selected fields. It let’s specify which fields you want to make searchable adding searchable_attributes in model. If no field is specified it searches given query string inside all string fields. It uses ARel nodes for implementing search. To have a look at source code or to contribute please visit github repository for make_model_searchable Support for associations will be added soon. Please review it and give me your valuable feedback and suggestions to my github repo. Thanks.

This is pretty simple but its good. Do you know about the gem Search_cop it’s a…
Just checked out search_cop, it’s really wonderful gem. Support of full text se…

New invoicing tool made with rails

Hi everybody. The subject of this post may appear an little offtopic and maybe it is. I’ve created an Invoicing tool for freelancers and small companies. The reason I post it here is becasue it’s made with Rails. I’m freelancer too, I’m near the 40’s, I have two kids and I refuse to spent all my life doing this and that for others so I started developing a product by myself. I’ve written this post is because I think that I will have a chance if someone with the same point of view decide to join me in this adventure trying to create something that can be useful for other people that maybe someday will be able to pay our bills. So, please, give it a chance. You can sign in at https://billing.insitu.tools. If after messing a bit around in the website you decide you want to join, please email me to jsperezg at insitu dot tools or at jsperezg at gmail dot com. If you don’t want to join, but you thing it can help you in some way you’re welcome. I’ll be pleased to hear your complains or ideas and I will implement them as soon as possible. In any case, thank you all for your time and patience. PD: I forgot to say that it’s free.

Hi Daniely. I’ve created a website for it too: www.insitu.tools. …
I suggest you make it easier to get to the informational pages from the sign in…
You’re right! I will fix it! Thanks!
Fixed! :)
Loading older posts