How to setup a Windows development PC and a shared web host environment so you can start developing Ruby web applications in the same way you do PHP, embedded in HTML. Ruby is easy to learn and has features that make it more useful than other web scripting languages. Now you can use eRuby to create robust web applications and websites.
http://www.hiveminds.co.uk/node/3094
(Clicks: 4;
Comments: 0;
Listing added: Sep 11, 2009)
|
Ruby has many exciting object oriented features, but a large percentage of your code will revolve around arrays. In this valuable tutorial, we’re going to show you some tips and tricks for this powerful data structure.
http://www.thinkvitamin.com/features/ruby/ruby-arrays
(Clicks: 0;
Comments: 0;
Listing added: Sep 6, 2009)
|
SimpleTicket is an open source trouble ticket system written using Ruby on Rails. It boasts the latest features found in today’s rich web applications such as Ajax.
http://www.simpleticket.net/
(Clicks: 9;
Comments: 0;
Listing added: Aug 28, 2009)
|
This article is not intended to be a booster piece for Rails nor is it an expose. It’s simply an introduction to the technology. It contains both praise and criticism. At times the criticism might appear a bit heavy handed (especially to Rails enthusiasts), but don’t be fooled. Using any Web application framework is going to be tricky, whether it’s J2EE, ASP.NET, or PHP. In the long run, you can be a lot more productive with Rails than you can be with many other Web application development platforms, but it takes time to learn the ropes.
http://www.oracle.com/technology/pub/articles/haefel-oracle-ruby.html
(Clicks: 1;
Comments: 0;
Listing added: Aug 26, 2009)
|
One of the coolest things I ran across in RJS was the delay method. This delay method will do just that and delay a number of seconds. So lets say you need to highlight something that was just added to the page after the user submits it.
http://www.winn.ws/archives/122
(Clicks: 0;
Comments: 0;
Listing added: Aug 26, 2009)
|
Typo is a lean weblogging engine powered by rails. It supports XMLRPC posting, ping/trackback, comments, textile, markdown, categories, all common exports, fulltext search and so on.
http://rubyforge.org/projects/typo/
(Clicks: 5;
Comments: 0;
Listing added: Aug 17, 2009)
|
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
http://hulihanapplications.com/projects_onyx.php
(Clicks: 15;
Comments: 0;
Listing added: Aug 15, 2009)
|
Yes, you can run Ruby on Windows and eRuby on Windows IIS web servers. Ruby has many features to process text files and to do system management tasks as languages like Perl or Python do. Ruby is also a great web scripting language. Follow this tutorial and you can use Ruby on your Windows IIS web server by setting up eRuby to process *.rhtml pages.
http://www.hiveminds.co.uk/node/3100
(Clicks: 0;
Comments: 0;
Listing added: Aug 11, 2009)
|
Here's a quick Howto on setting up Ruby on Rails for Windows.
http://www.railsforum.com/viewtopic.php?id=34
(Clicks: 1;
Comments: 0;
Listing added: Aug 3, 2009)
|
This article covers the basic services provided by the ActionView. The ActionView helps you present data to your users. Keep reading to learn some terminology and study an example application.
http://www.devarticles.com/c/a/Ruby-on-Rails/Understanding-Action-Views-in-Ruby-on-Rails/
(Clicks: 0;
Comments: 0;
Listing added: Jul 30, 2009)
|
Installation of ruby on rails with Apache 2.2 and Mongrel on Fedora Core 6.
http://www.httpguru.com/articles/post/installation-of-ruby-on-rails-in-fedora-core-6.html
(Clicks: 0;
Comments: 0;
Listing added: Jul 27, 2009)
|
The SaaS Rails Kit is a software as a service "starter kit" that provides a pain-free way to add subscription management, recurring billing, and credit card management functionality to any Rails app, so developers can quickly build membership-based web services using Ruby on Rails.
Features:
-No local credit card storage. - Automated billing script runs nightly for anniversary billing.
- Automated notification and retry of failed renewals.
- Free accounts and one-month trials are supported.
- Optionally collect payment information for paid accounts at account creation.
- Easy customization of plan levels — pricing and custom limits.
- Ability to tweak limits and fees per account.
- Self-serve account creation.
- Self-serve account upgrades and downgrades, with limit checking to prevent downgrading to a plan for which the account does not qualify, based on the plan limits.
- Account lookups by subdomain.
- SSL protection of account creation and login.
http://railskits.com/saas/
(Clicks: 14;
Comments: 0;
Listing added: Jul 17, 2009)
|
RailFrog is a user-friendly, open-source web site deployment and content management system built with Rails; producing well structured and standards-compliant pages with Web 2.0 goodness.
http://railfrog.com/
(Clicks: 16;
Comments: 0;
Listing added: Jul 10, 2009)
|
Ruby XML library for parsing and creating XML. Advanced API for XML compression, XML encryption, and handling XML binary content. Fully internationalized to handle any language / character encoding.
http://www.chilkatsoft.com/ruby-xml.asp
(Clicks: 4;
Comments: 0;
Listing added: Jul 6, 2009)
|
RoR's default pagination methods have a number of bottlenecks. In this guide you will learn how to use paginating_find to create fast, reusable and good looking pagination code for your projects. This method also works for pagination of find_by_sql queries and even supports find_by_sql with eager loading!
http://www.igvita.com/blog/2006/09/10/faster-pagination-in-rails/
(Clicks: 2;
Comments: 0;
Listing added: Jul 2, 2009)
|