Main > Free Download Search >

Free rails across america script

rails across america

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 148
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
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
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
Ruby on Rails on Oracle: A Simple Tutorial

Ruby on Rails on Oracle: A Simple Tutorial


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 mig more>> 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.<<less
Added: 2006-08-31 License: Freeware Price: Free
1154 downloads
ASP Session Transfer across domains 1.0

ASP Session Transfer across domains 1.0


You may have a situation where you have two ASP websites, which could be on different servers, and you need to pass a visitor from the first site to the second site, whilst retaining all the session variables. This is the purpose of the XSess Session more>> You may have a situation where you have two ASP websites, which could be on different servers, and you need to pass a visitor from the first site to the second site, whilst retaining all the session variables. This is the purpose of the XSess Session transfer script. Note: session array objects are not transferred. The session variables are passed in the querystring, and are encrypted to protect the confidentiality of the contents of the session variables. XSess consists of a function, and a few supporting functions, contained in an include file.<<less
Added: 2003-10-16 License: Freeware Price: 0.00
11 downloads
 
Other version of ASP Session Transfer across domains
ASP Session Transfer across domainsYou may have a situation where you have two ASP websites . You may have a situation where you have two ASP websites
License:Freeware
Download
2222 downloads
Added: 2003-10-16
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
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
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
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
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
Distributing Rails Applications

Distributing Rails Applications


In this tutorial, well go through the following steps: Setup the environment Create the SQLite database Develop the Rails application Create the RBA (= Ruby archive) from the application with Tar2Ruby more>> In this tutorial, well go through the following steps: Setup the environment Create the SQLite database Develop the Rails application Create the RBA (= Ruby archive) from the application with Tar2RubyScript Create the standalone executable with RubyScript2Exe<<less
Added: 2006-08-31 License: Freeware Price: Free
1155 downloads
Ruby on Rails for DB2 developers

Ruby on Rails for DB2 developers


IBM DeveloperWorks has a helpful howto on how to bring the worlds of Ruby on Rails and your DB2 framework together. From the article: Because Rails emerged from the open source world, until recently y more>> IBM DeveloperWorks has a helpful howto on how to bring the worlds of Ruby on Rails and your DB2 framework together. From the article: Because Rails emerged from the open source world, until recently you had to use MySQL or PostgreSQL to work with it. Now that IBM has released a DB2 adapter for Rails, its possible to write efficient Web applications on top of your existing DB2 database investment.<<less
Added: 2006-08-31 License: Freeware Price: Free
1155 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
RadRailsRadRails is an integrated development environment for the Ruby on Rails framework. The goal of ... 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
Saving Session Across Page Loads Without Cookies

Saving Session Across Page Loads Without Cookies


This is a mini-tutorial on saving state across page loads on the client side, without using cookies so as to save large amounts of data beyond cookies size limits. more>> This is a mini-tutorial on saving state across page loads on the client side, without using cookies so as to save large amounts of data beyond cookies size limits.<<less
Added: 2006-11-10 License: Freeware Price: Free
1084 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5