Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Most Popular Scripts | Ruby on Rails

Results 41-60 of 94
Instiki
Instiki is a wiki clone with strong focus on ease of installation and running. Instiki makes wiki so easy, you’ll use it for many things — taking notes, brainstorming, organizing gatherings, etc… Basic features: Revisions: Follow changes on any page from birth. Easily rollback to an earlier revision Authors: Each revision is associated with an author, so you can see who changed what RSS feeds: track recently revised pages from an RSS aggregator
(4 ratings)
Reviews1
PriceFree
Views5348
Design, Develop and Deploy a Fully Featured Website with Ruby on Rails
Ruby on Rails is an open-source web application framework ideally suited to building business applications; accelerating and simplifying the creation of database-driven websites. Often shortened to Rails or RoR, it provides a stack of tools to rapidly build web applications based on the Model-View-Controller design pattern. What you will learn: * Installing, configuring, and testing both Ruby and RoR * Setting up the application and database * Managing users and roles for your website * Gathering and managing user comments * Setting up the template and generating migrations for your tables * Using plug-ins; adding and searching a tag * Enhancing usability with AJAX * Developing an administration interface * Deploying the application on a production server
(3 ratings)
Reviews0
PriceUSD 31.49
Views1699
Learn to Build a complete Ruby on Rails Business Application
Ruby on Rails Enterprise Application Development is a new book from Packt which helps readers to build a complete Ruby on Rails Business Application from start to finish. Written by Elliott Smith and Rob Nichols, this book concentrates on application development as a whole process and is intended to complement existing Rails tutorials. Each chapter deals with a key feature or functional area of a complex, full-scale Rails application. This book is aimed at developers who want to find out how to rapidly build easily-deployed, easily-supported business applications. It is for developers who have learned Ruby on Rails, probably from one of the tutorial books, and want to apply that knowledge to effectively build full, realistic applications.
(3 ratings)
Reviews0
PriceUSD 44.99
Views2470
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.
(3 ratings)
Reviews0
PriceFree
Views3189
Beginning Ruby on Rails
Beginning Ruby on Rails introduces web development with Ruby on Rails, a powerful new framework. You will learn how to develop basic applications by implementing four projects. Some of the topics covered through the projects include form handling, CSS, security, database integration, model-view-controller architecture, and test-driven programming. Projects include a task manager, a RSS aggregator, a community manager (similar in nature to MySpace.com), and one that utilizes the Amazon API.
(3 ratings)
Reviews0
PriceUSD 11.90
Views2536
The Money Train: Building e-commerce sites using Ruby on Rails
The Money Train is an e-book for Ruby on Rails with tips on how to build an e-commerce site using the Rails framework. You'll get a head start on building your own online store by learning from someone who has been there and done that. Code and schema samples are included to help you know before-hand what you'll be up against and how to tackle some common problems.
(3 ratings)
Reviews0
PriceUSD 12.00
Views2441
TinyFile
An upload and file management tool supporting uploads, overwrite prevention, deleting, and renaming all in 51 lines of code. There was a friendly goal of keeping it around 50 lines just to see what was possible. Some things are a little tight, but everything should still be readable.
(3 ratings)
Reviews0
PriceFree
Views6834
The Basics of Ruby Arrays
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.
(3 ratings)
Reviews0
PriceFree
Views2532
Using Magic Multi-Connections
This plug-in is a great one! I have found a few bugs but it did the job just as i needed it to. I am using this plug-in to connect to three databases, where i am selecting, updating, inserting, and deleting.
(3 ratings)
Reviews0
PriceFree
Views1031
Send a file with; send_file
After uploading a file to your server/database you may want users to download it, and send_file works great for just that! Lets say you are allowing users to upload "gif" files to your /RAILS_ROOT/images/*usern ame*/*thegif.gif*. Now you want to allow them to download them or other users to download the pictures.
(3 ratings)
Reviews0
PriceFree
Views1790
Ruby Essentials
Ruby is a popular, flexible and intuitive object-oriented programming language. This popularity can, in no small part, be attributed to the introduction and wide adoption of the Ruby on Rails framework. It is difficult, however, to get the most out of Ruby on Rails without first learning something about programming in Ruby, and this is where Ruby Essentials comes in. Ruby Essentials is a free on-line book designed to provide a concise and easy to follow guide to learning Ruby. Everything from installing Ruby and the basics of the language through to topics such as arrays, file handling and object-oriented programming are covered, all combined with easy to understand code examples which serve to bridge the gap between theory and practice. Ruby Essentials is intended to be of equal use both to those experienced in other programming languages and to novices who have chosen Ruby as their first programming language.
(3 ratings)
Reviews0
PriceFree
Views1733
RoleRequirement
There are many great role-based security plug-ins out there. Often times, they are complicated and much more than you need. RoleRequirement focuses on a simple approach to role-based authentication. You don't have to learn a new language in order to specify roles; instead, RoleRequirement leverages the power of Ruby to strike a marvelous balance between simplicity and flexibility Basic Features: * Implement role security system using an enum field or a habtm collection (user can have one or many roles) * Full Test Helpers to make it easy to test your controllers * Squeaky Clean implementation so you don't have to repeat yourself.
(3 ratings)
Reviews0
PriceFree
Views2779
Rails Cookbook
Rails Cookbook is not an introductory tutorial, but a problem-solving book that provides coding solutions for a wide range of tasks. For every problem addressed in the book, you'll find a worked-out solution or "recipe"-- a short, focused piece of code that you can insert directly into your applications. Topics covered in the book include developing scalable web applications, test-driven development, working with active record, and deploying Rails applications. A discussion on each solution is included, so that you can learn to adapt the problem-solving techniques to similar situations. This ultimate Rails code sourcebook will save you hundreds of hours.
(3 ratings)
Reviews0
PriceUSD 26.39
Views2119
SaaS Rails Kit
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.
(3 ratings)
Reviews0
PriceUSD 249.00
Views1881
SimpleLog
This is a simple Ruby on Rails weblog application with support for tagging, archiving and quick-search. It features a simple admin section with authentication and a focus on writing over all else. The app is therefore limited by default.
(3 ratings)
Reviews0
PriceFree
Views3217
visual_effect with a delay
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.
(3 ratings)
Reviews0
PriceFree
Views1230
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 Ruby's features.
(3 ratings)
Reviews0
PriceFree
Views1990
Ruby-Forum.com
Ruby-Forum.com is a web interface to various Ruby- and Rails-related mailing lists.
(3 ratings)
Reviews0
PriceFree
Views1819
Authfactor
Features Supports one-time passwords from a variety of sources Yubikey support Google Authenticator support SMS support (using Twilio) Phone support (using Twilio) Phone/SMS can be used as a backup source as well Paper one-time passwords can be used as a backup Full example application provided (try the demo) Very flexible, use only the features you need Easy configuration in application.rb Sample app works out of the box (including on Heroku)
(3 ratings)
Reviews0
PriceUSD 39.99
Views884
ChartDirector (Ruby Edition)
ChartDirector is a fast and powerful charting component suitable for Ruby On Rails and standard Ruby applications. It's unique layering architecture enables you to synthesize the charts you want using standard chart layers. ChartDirector's comprehensive chart styles include pie, donut, bar, line, spline, step line, trend line, curve-fitting, inter-line filling, area, band, scatter, bubble, floating box, box-whisker, waterfall, contour, heat map, surface, vector, finance, gantt, radar, polar, rose, pyramid, cone, funnel, angular and linear meters and guages. ChartDirector charts are interactive with full suite of mouse events, supporting tool tips, clickable chart objects, and "drag to zoom" and "drag to scroll" features. AJAX enabled features allow charts to update without refreshing web pages. Easy to use and with comprehensive documentation. Come with numerous examples. Free trial available.
(3 ratings)
Reviews0
PriceUSD 99.00
Views1059
Results 41-60 of 94