Categories
Ruby on Rails

Velakor Notes Scripts & Programs

Velakor Notes 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.

Categories
Ruby on Rails

Hacking with Ruby Programming Books Ruby on Rails

Hacking with Ruby The book quickly reviews Rails development and then move to essential enterprise subjects like Web Services (and their relationships with SOA), data persistence, messaging, interoperability with other platforms, handling documents and search, spell-checking, and report generation. It also covers new Web 2.0 technologies like Ajax and the read-write Web. It is rich in examples and covers numerous interesting topics readers will be surprised to see, such as advanced search with Ferret, how to access del.icio.us and Flickr from Ruby, or how to use Yahoo’s general search from Ruby. The book closes with a look at the Semantic Web and why it makes sense to adopt semantic Web technologies.

Categories
Ruby on Rails

Ruby on Rails: Up and Running Programming Books Ruby on Rails

Ruby on Rails: Up and Running This compact guide teaches you the basics of installing and using both the Ruby scripting language and the Rails framework for the quick development of web applications. Ruby on Rails: Up and Running covers just about everything you need – from making a simple database-backed application to adding elaborate Ajaxian features and all the juicy bits in between. While Rails is praised for its simplicity and speed of development, there are still a few steps to master on the way. More advanced material helps you map data to an imperfect table, traverse complex relationships, and build custom finders. A section on working with Ajax and REST shows you how to exploit the Rails service frameworks to send emails, implement web services, and create dynamic user-centric web pages. The book also explains the essentials of logging to find performance problems and delves into other performance optimizing techniques.

Categories
Ruby on Rails

Goldberg Scripts & Programs

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. 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.

Categories
Ruby on Rails

Ruby on Rails Forum Web Sites Ruby on Rails

Ruby on Rails Forum Discussion forums for Ruby on Rails prgramming. Cover topics including news, events, articles and tutorials.

Categories
Ruby on Rails

Retrospectiva Scripts & Programs

Retrospectiva Web based project management tool for software development projects. Featuring: Issue tracking, Code browser (Subversion SVN), Changeset and revision management, Wiki, Announcement Blog, Multiple repositories and projects. Similar to Trac but with additional features and a stronger focus on simplified administration.

Categories
Ruby on Rails

Understanding Controllers in Ruby-on-Rails Tutorials & Tips Ruby on Rails

Understanding Controllers in Ruby-on-Rails This tutorial will focus on the ActionController. The first sections will cover the services provided by ActionController and the techniques to access them. The final section will provide insight into using these techniques in the real world.

Categories
Ruby on Rails

Collaboa Scripts & Programs

Collaboa The goal of Collaboa is to be a collaborative tool for developers using Subversion. Currently, only the following features are available: Repository browsing Changeset viewer Issue tracking Milestone management

Categories
Ruby on Rails

Understanding Action Views in Ruby on Rails Tutorials & Tips 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.

Categories
Ruby on Rails

RadRails Software & Servers

RadRails 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.