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.

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! :)

factbook.json & gem - Turn the World Factbook into Open (Structured) Data w/ Ruby

Hello, for some more info and background about the factbook gem and the free public domain factbook.json datasets and the C.I.A. World Factbook - I’ve put together talk notes titled “factbook.json - Turn the World Factbook into Open (Structured) Data” for the Open Data Vienna meetup. Enjoy. PS: Trivia quiz: What country has the most crude oil - proved reserves (according to the World Factbook)?

Loading older posts