Main > Free Download Search >

Free installation of ruby on rails in fedora core 6 script

installation of ruby on rails in fedora core 6

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1947
Installation of Ruby on Rails in Fedora Core 6

Installation of Ruby on Rails in Fedora Core 6


Installation of ruby on rails with Apache 2.2 and Mongrel on Fedora Core 6. more>> Installation of ruby on rails with Apache 2.2 and Mongrel on Fedora Core 6.<<less
Added: 2007-05-01 License: GPL Price: FreeAdditionalInfoFREE
553 downloads
Set up Ruby on Rails in Windows

Set up Ruby on Rails in Windows


Heres a quick Howto on setting up Ruby on Rails for Windows. more>> Heres a quick Howto on setting up Ruby on Rails for Windows.<<less
Added: 2006-08-31 License: Freeware Price: Free
1171 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
Understanding Action Views in Ruby on Rails

Understanding Action Views in Ruby on Rails


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. more>> 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.<<less
Added: 2006-08-31 License: Freeware Price: Free
1154 downloads
installation routine

installation routine


the installation routine helps setting up phpShop 0.80. It determines the correct paths, creates the database, inserts sample data, and does all necessary changes in index.php and config.php. more>> the installation routine helps setting up phpShop 0.80. It determines the correct paths, creates the database, inserts sample data, and does all necessary changes in index.php and config.php.<<less
Added: 2005-08-22 License: GPL Price: $0.00USD
11 downloads
Introduction to Ruby for Mac OS X

Introduction to Ruby for Mac OS X


Applie included Ruby with the Jaguar OS. In this article, Jim explains how to use this pure object oriented scripting language by exploring Rubys features. more>> Applie included Ruby with the Jaguar OS. In this article, Jim explains how to use this pure object oriented scripting language by exploring Rubys features.<<less
Added: 2006-08-31 License: Freeware Price: Free
1156 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
The Ruby on Rails Wiki

The Ruby on Rails Wiki


With Beginner info, Install guides for virtually any OS, Examples, HowTos(getting RoR to work with your DB, Test, Develop, etc), Tips & Tricks and lots more. more>> With Beginner info, Install guides for virtually any OS, Examples, HowTos(getting RoR to work with your DB, Test, Develop, etc), Tips & Tricks and lots more.<<less
Added: 2006-08-31 License: Freeware 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
Wonderful Ruby on Rails

Wonderful Ruby on Rails


This will show how to validate your fields, by adding the lines of code into your controller. Very easy to use and duplicate in your ROR application. more>> This will show how to validate your fields, by adding the lines of code into your controller. Very easy to use and duplicate in your ROR application.<<less
Added: 2007-11-14 License: Freeware Price: $0.00USD
12 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
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
Get On Track with Ruby on Rails

Get On Track with Ruby on Rails


Ruby is an interpreted scripting language, just like Python and PHP. SitePoints author Daniel Bogan take a look at the language and how it can be used in web development. more>> Ruby is an interpreted scripting language, just like Python and PHP. SitePoints author Daniel Bogan take a look at the language and how it can be used in web development.<<less
Added: 2006-08-31 License: Freeware Price: Free
1151 downloads
IP2Location Ruby Library 2.1.1

IP2Location Ruby Library 2.1.1


IP2Location is a Ruby library that enables the user to find the country, region, city, coordinates, zip code, ISP and domain name that any IP address or hostname originates from. It has been optimized for speed and memory utilization. Developers can use more>> IP2Location is a Ruby library that enables the user to find the country, region, city, coordinates, zip code, ISP and domain name that any IP address or hostname originates from. It has been optimized for speed and memory utilization. Developers can use the API to query all IP2Location? binary databases for applications written in C or supporting static/dynamic library.<<less
Added: 2006-12-01 License: Freeware Price: $0.00USD
12 downloads
 
Other version of IP2Location Ruby Library
IP2Location Ruby LibraryIP2Location is a Ruby library that enables the user to find the ... binary databases for applications written in C or supporting static/dynamic library
License:Freeware
Download
1075 downloads
Added: 2006-12-01
Faster pagination in Rails

Faster pagination in Rails


RoRs 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 more>> RoRs 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!<<less
Added: 2006-09-29 License: Other Free / Open Source License Price: Free
1144 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5