DeveloperHell | Languages: All | PHP | Python | .NET | Java | CSS | Ruby   Site: Statistics
want to join us? register, it's easy | help

browse by tag: ruby on rails in language

sort by

newest, oldest, most popular


category icon

Inside Ruby on Rails: Rescuable and rescue_from

in Ruby added by admin, on 26/12/2009 exception ruby on rails

Last time I talked about the ActiveSupport Module#delegate method. Today, I want to introduce an other poweful ActiveSupport module: Rescuable, also known in the Rails ecosystem as rescue_from.

comment save report
category icon

Ruby on Rails 2 - from zero to a small application

in Ruby added by prodevtips, on 1/11/2009 activerecord ajax beginner tutorials form helpers framework oo programming ruby on rails

Describing the process of setting up RoR2 and developing a small application. The tutorial touches most aspects of RoR development, form helpers, activerecord and Ajax to name a few.

comment save report
category icon

Ruby on Rails 2 scaffolding

in Python added by prodevtips, on 28/3/2009 beginner tutorials ruby on rails

Basic tutorial on how scaffolding in RoR 2 can work.

comment save report
category icon

Rails 2.0: It's done!

in Ruby added by admin, on 9/12/2007 news ruby on rails

Rails 2.0 is finally finished after about a year in the making. This is a fantastic release that's absolutely stuffed with great new features, loads of fixes, and an incredible amount of polish. We've even taken a fair bit of cruft out to make the whole package more coherent and lean.

comment save report
category icon

Ruby on Rails on Oracle: A Simple Tutorial

in Ruby added by admin, on 29/11/2007 database intermediate oracle ruby on rails

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.

comment save report
category icon

Using Ruby on Rails for Web Development on Mac OS X

in Ruby added by admin, on 18/11/2007 beginner tutorials framework ruby on rails

It should come as no surprise that Mac OS X is a favored platform for Rails development. Rails and its supporting cast of web servers and databases thrive on the rich Mac OS X environment. A popular text editor used by many Rails programmers is TextMate, a Cocoa application. And all members of the Rails core development team work with Macs.

comment save report
category icon

Using script.aculo.us in Ruby on Rails

in Ruby added by admin, on 25/10/2007 beginner tutorials javascript ruby on rails

Script.aculo.us is indeed spectaculous. By writing a few lines of ROR code, you could create UI effects that reqiured great manipulation in javascript using DOM.

comment save report
category icon

Object-relation mapping put on rails

in Ruby added by admin, on 25/10/2007 active record beginner tutorials database reference ruby on rails

Active Record connects business objects and database tables to create a persistable domain model where logic and data are presented in one wrapping. It's an implementation of the object-relational mapping (ORM) pattern by the same name as described by Martin Fowler

comment save report
category icon

Rolling with Ruby on Rails, Part 2

in Ruby added by admin, on 21/10/2007 beginner tutorials oo programming ruby on rails

In Rolling with Ruby on Rails, I barely scratched the surface of what you can do with Ruby on Rails. I didn't talk about data validation or database transactions, and I did not mention callbacks, unit testing, or caching. There was hardly a mention of the many helpers that Rails includes to make your life easier. I can't really do justice to all of these topics in the space of this article, but I will go into details on some of them and present a brief overview of the rest, with links to more detailed information.

comment save report
category icon

Rolling with Ruby on Rails

in Ruby added by admin, on 21/10/2007 beginner tutorials ruby on rails setup

Maybe you've heard about Ruby on Rails, the super productive new way to develop web applications, and you'd like to give it a try, but you don't know anything about Ruby or Rails. This article steps through the development of a web application using Rails. It won't teach you how to program in Ruby, but if you already know another object-oriented programming language, you should have no problem following along (and at the end you can find links on learning Ruby).
Let's answer a couple of burning questions before rolling up our sleeves to build a web application!

comment save report