rails
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 60
Accessing dynamic content RubyOnRails style with PHP4
Use of reflection API allows supporting zero-configuration plug-in-like content modules in PHP4 thru use of some ideas implemented in the Ruby On Rails framework more>> Use of reflection API allows supporting zero-configuration plug-in-like content modules in PHP4 thru use of some ideas implemented in the Ruby On Rails framework<<less
Added: 2005-09-06 License: Free for non-commercial use Price: Free
1514 downloads
Joomla!
Joomla! is an award-winning web based Content Management System written in PHP. It provides for split front end content access and backend administrator access. Group based access control allows for d more>> Joomla! is an award-winning web based Content Management System written in PHP. It provides for split front end content access and backend administrator access. Group based access control allows for different levels of system control for both the site and the administrator. The Joomla! framework allows for extension by installable components (applications), modules (template blocks), languages, templates and mambots (plugins that enhance system functions). The source code is available under the terms of the GNU General Public License (GPL). Version 2.0 of Joomla! due in 2006 will be a new framework written on PHP 5 and taking the best practice ideas from Rails and Patterns and embracing new technologies such as SOAP, XML-RPC and AJAX.<<less
Added: 2005-10-06 License: GPL Price: Free
1483 downloads
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
How To Do Test Driven Development In Rails
Test-driven development is A Good Thing. This article takes the example of a simple user authentication system controller and explain how to do test driven development using Rails. more>> Test-driven development is A Good Thing. This article takes the example of a simple user authentication system controller and explain how to do test driven development using Rails.<<less
Added: 2006-08-31 License: Freeware Price: Free
1178 downloads
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
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
SimpleTicket
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. more>> 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.<<less
Added: 2006-08-31 License: Other Free / Open Source License Price: Free
1171 downloads
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
Velakor Notes 0.8.2
Notes is a Ruby on Rails application designed to be a simple and fast to-do and notes manager. Ajax is used in many places to improve the speed of the application. Stay tuned for more cool features to come in future versions. The ?Pages? section more>> Notes is a Ruby on Rails application designed to be a simple and fast to-do and notes manager. Ajax is used in many places to improve the speed of the application. Stay tuned for more cool features to come in future versions. The ?Pages? section allows the creation of Notes and To-do lists (items in to-do lists are sortable); you can also add images and files to a ?Page?. A ?Page? can be made public so that anyone can view it. The ?Tabs? section is a list of notes; while ?Pages? are designed for temporary storage of information, the ?Tabs? section is designed as a permanent archive of notes - also has search functionality. The ?Notepad? section is a simple text area where you can save temporary information. The ?Chat? section allows the creation of chat rooms. The "Reminders" section is a place where you can set reminders (you can also receive reminders by sms using Twitter) - notices you receive by e-mail at specified times.<<less
Added: 2006-08-27 License: Other Price: $0.00USD
11 downloads
Other version of Velakor Notes
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
Goldberg
Goldberg is a web deployment environment for your Rails apps. Goldberg provides you with: A login system. Comprehensive yet easy to configure security, featuring roles and their associated permissions more>> Goldberg is a web deployment environment for your Rails apps. Goldberg provides you with: A login system. Comprehensive yet easy to configure security, featuring roles and their associated permissions. When you set up users you assign each a role. Roles can inherit from other roles recursively. Site navigation through a menu system. The menu items are linked either to controller actions or to pages of content. What menu items a user can see is determined by that user’s permissions. A basic content management system, so you can type up pages and put them in your web site—either in the menu, or linked from other pages.<<less
Added: 2006-08-31 License: Freeware Price: Free
1158 downloads
Typo
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. more>> 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.<<less
Added: 2006-08-31 License: Other Free / Open Source License Price: FreeAdditionalInfoMITXConsortiumLicense
1156 downloads
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
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
Locomotive. 2.07
This is a simple tool to help you develop Ruby on Rails applications on Mac OS X. While those not choosing to set up their Rails development environment using Locomotive may spend hours frustrated by broken libraries, compilation errors, and more>> This is a simple tool to help you develop Ruby on Rails applications on Mac OS X. While those not choosing to set up their Rails development environment using Locomotive may spend hours frustrated by broken libraries, compilation errors, and incomprehensible incompatibilities, you will be able to jump right into Rails development the minute you finish downloading.<<less
Added: 2006-08-31 License: Other Price: $0.00USD
14 downloads
Other version of Locomotive.
License:Other Free / Open Source License
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above rails search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed