| Onyx Gallery | | Onyx is an open source Ruby on Rails based image gallery. It is designed to be clean and intuitive, flexible, customizable, and quick. Features Customizable Themes(more coming soon) Organize Images by Category/Tag Secure Admin area Upload your images from your computer or a direct URL Built-In RSS feed generator Cool Image Viewer & Slidehow Comments for each Image
|
| Listing files in a directory with Rails | | In a recent application I am building I needed to pull file names and directory names from a local directory. I searched all over the net for this and found nothing. After reviewing a few of rails built in functions I came across Dir.glob(). If you feed this method a path to a directory it will then come back with an array of the names and directories listed
|
| Mystic | | Mystic is an open source trouble ticket system written in ruby on rails(RoR). It is designed to be fast, flexible and customizable. It also provides a simple, easy to use interface that's quite intuitive.
|
| SEO on Rails | | and Tricks for improving your RoR app so it is search engine friendly.
|
| Rails and SQL queries | | Ruby on Rails is Model-View-Controller web-application framework. Rails uses ActiveRecord database abstraction classes to work with SQL tables. However, sometimes it is more convenient to work with plain SQL queries(without any model classes) for specific database operations.
|