Main > Free Download Search >

Free rails to the rim script

rails to the rim

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 788
Rails Forum

Rails Forum


Rails Forum is a ruby on rails help and discussion community. It is one of the fastest growing Ruby on Rails communities on the net, and is probably the biggest forum out there dedicated soley to RoR. more>> Rails Forum is a ruby on rails help and discussion community. It is one of the fastest growing Ruby on Rails communities on the net, and is probably the biggest forum out there dedicated soley to RoR.<<less
Added: 2006-08-31 License: Freeware Price: Free
1161 downloads
Rails Photo Gallery

Rails Photo Gallery


This article contains step-by-step tutorial for creating photo gallery in Ruby On Rails -- basically a list of jpeg images with uploading/editing support. Command-line ImageMagick tools are used to generate thumbnails and determine image width and more>> This article contains step-by-step tutorial for creating photo gallery in Ruby On Rails -- basically a list of jpeg images with uploading/editing support. Command-line ImageMagick tools are used to generate thumbnails and determine image width and height. No Rails plugins or Ruby libraries (like RMagick) required.<<less
Added: 2007-09-26 License: Other Price: $0.00USD
22 downloads
Rails and SQL queries

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 pl more>> 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.<<less
Added: 2006-11-06 License: Other Free / Open Source License Price: Free
669 downloads
Ruby on Rails Forum

Ruby on Rails Forum


Discussion forums for Ruby on Rails prgramming. Cover topics including news, events, articles and tutorials. more>> Discussion forums for Ruby on Rails prgramming. Cover topics including news, events, articles and tutorials.<<less
Added: 2006-08-31 License: Freeware Price: Free
1174 downloads
150+ Ruby on Rails Tutorials

150+ Ruby on Rails Tutorials


Over the last couple of months, I have collected over 150 Ruby on Rails links at Top-Ten-Tutorials.com more>> Over the last couple of months, I have collected over 150 Ruby on Rails links at Top-Ten-Tutorials.com<<less
Added: 2006-09-29 License: Other Free / Open Source License Price: Free
1192 downloads
Rails Best Practices, Tips and Tricks

Rails Best Practices, Tips and Tricks


Because Rails is a young framework, I thought it would be helpful to write up what I consider best practices when coding with it both for my new coworkers and the web at large. Here’s my current more>> Because Rails is a young framework, I thought it would be helpful to write up what I consider best practices when coding with it both for my new coworkers and the web at large. Here’s my current draft. Feel free to critique and comment. I’m very open to suggestions.<<less
Added: 2006-09-02 License: Freeware Price: Free
1166 downloads
RadRails 0.7

RadRails 0.7


RadRails is an integrated development environment for the Ruby on Rails framework. The goal of this project is to provide Rails developers with everything they need to develop, manage, test and deploy their applications. Features include source control, more>> RadRails is an integrated development environment for the Ruby on Rails framework. The goal of this project is to provide Rails developers with everything they need to develop, manage, test and deploy their applications. Features include source control, debugging, WEBrick servers, generator wizards, syntax highlighting, data tools and much much more.<<less
Added: 2006-08-31 License: Other Price: $0.00USD
11 downloads
 
Other version of RadRails
RadRailsRails framework. The goal of this project is to provide Rails developers with everything they ... RadRails is an integrated development environment for the Ruby on Rails framework. The goal of
Price: FreeAdditionalInfoCommonPublicLicense
License:Other Free / Open Source License
Download
771 downloads
Added: 2006-08-31
RailFrog

RailFrog


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. more>> 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.<<less
Added: 2006-08-31 License: Other Free / Open Source License Price: Free
1154 downloads
How To Raise a Number to the Power of Another in PHP

How To Raise a Number to the Power of Another in PHP


This tutorial explains how to raise a number to the power of another using PHP using the pow function, for example 3^5. more>> This tutorial explains how to raise a number to the power of another using PHP using the pow function, for example 3^5.<<less
Added: 2009-05-16 License: Other Price: $0.00USD
10 downloads
How to use the QueryString in ASP

How to use the QueryString in ASP


This article tells you how to pass variables to an ASP page using the QueryString, and how to access them from that page. more>> This article tells you how to pass variables to an ASP page using the QueryString, and how to access them from that page.<<less
Added: 2005-04-20 License: Other Free / Open Source License Price: Free
1664 downloads
Ruby on Rails or CakePHP

Ruby on Rails or CakePHP


Rails is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern. Ruby on rails is awesome. It is also an easy to language to learn. Though b more>> Rails is a full-stack framework for developing database-backed web applications according to the Model-View-Control pattern. Ruby on rails is awesome. It is also an easy to language to learn. Though being very popular among the people, but i have a few reasons which made me to stick with cakePHP.<<less
Added: 2007-05-01 License: GPL Price: FreeAdditionalInfoFREE
613 downloads
SoftLogger.com

SoftLogger.com


softlogger contains articles on Ajax, Asp.NET , Ruby on Rails , Software design and architecture , C#, web security, web design from blogs. It is built with lucene search engine. more>> softlogger contains articles on Ajax, Asp.NET , Ruby on Rails , Software design and architecture , C#, web security, web design from blogs. It is built with lucene search engine.<<less
Added: 2006-10-13 License: Freeware Price: Free
1106 downloads
Akelos PHP Framework 0.7

Akelos PHP Framework 0.7


Akelos is a PHP framework for developing database-backed web applications according to the Model-View-Controller pattern. From the Ajax in the view, to the request and response in the controller, to the domain model wrapping the database the Akelos PHP more>> Akelos is a PHP framework for developing database-backed web applications according to the Model-View-Controller pattern. From the Ajax in the view, to the request and response in the controller, to the domain model wrapping the database the Akelos PHP Framework gives you a pure-PHP development environment built upon programming best practices. To go live, all you need to add is a database and a web server. Being port of Ruby on Rails to PHP Akelos is also optimized for programmer happiness and sustainable productivity. It lets you write beautiful PHP Code by favoring convention over configuration.<<less
Added: 2007-07-27 License: LGPL Price: $0.00USD
14 downloads
How to use the query string in PHP

How to use the query string in PHP


This article tells you how to pass variables to a PHP page using the query string, and how to access them from that page. Have you ever seen a URL which looked like www.example.com/pag e.php?mode=1&s more>> This article tells you how to pass variables to a PHP page using the query string, and how to access them from that page. Have you ever seen a URL which looked like "www.example.com/pag e.php?mode=1&style=red"? Well, this page is being passed variables and their values through the query string, here the variables "mode" and "style" are being passed, with values "1" and "red" respectively. The question mark indicates the start of the query string and the ampersand, &, symbol seperates variable=value assignments.<<less
Added: 2005-07-10 License: Other Free / Open Source License Price: Free
1621 downloads
RubySquad Forum

RubySquad Forum


We are looking for Ruby on Rails leaders to come and join RubySquad. If you are new to Ruby on Rails, you are very welcome too. If you are a developer that is using other languages, then you should jo more>> We are looking for Ruby on Rails leaders to come and join RubySquad. If you are new to Ruby on Rails, you are very welcome too. If you are a developer that is using other languages, then you should join RubySquad as well. Be a part of RubySquad!<<less
Added: 2007-01-22 License: Other Free / Open Source License Price: Free
594 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5