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

prodevtips has submitted 15 links

category icon

Executing methods of Rails controllers in Rake tasks

in Ruby added by prodevtips, on 18/6/2011 cron rake ruby on rails

How to create a cron job that calls the same code that a Rails action view is calling in an ApplicationController.

comment save report
category icon

File uploading in Ruby on Rails

in Ruby added by prodevtips, on 23/4/2010 beginner tutorials framework oo programming

How to upload a file in Ruby on Rails, unzip it and import its contents into the database.

1 comment save report
category icon

Foreign relations in Ruby on Rails models and forms

in Ruby added by prodevtips, on 23/4/2010 beginner tutorials framework

How to setup models and input forms to manage foreign relations in Ruby on Rails.

1 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

Parsing gettext strings with Ruby

in Ruby added by prodevtips, on 28/3/2009 beginner tutorials

Basic hash, regular expressions and blocks tutorial.

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

Scraping and Converting Data with Hpricot and JSON in Ruby

in Ruby added by prodevtips, on 8/2/2009 hpricot intermediate scraping

We're retrieving information from a HTML document with Hpricot, no regular expressions needed.

comment save report
category icon

Project browser in WxRuby

in Python added by prodevtips, on 24/5/2008 framework oo programming wxruby

Advanced TreeCtrl tutorial

comment save report
category icon

AUI in WxRuby

in Ruby added by prodevtips, on 10/7/2008 framework oo programming wxruby

Advanced User Interface to create all the coolness you need in your desktop application.

comment save report
category icon

Autocomplete in WxRuby's Scintilla

in Ruby added by prodevtips, on 30/7/2008 framework oo programming wxruby

How to accomplish autocompletion when you write your own editor.

comment save report
category icon

More Scintilla in WxRuby

in Ruby added by prodevtips, on 12/5/2008 examples intermediate oo programming wxruby

A discussion on custom key commands and custom behavior.

comment save report
category icon

The basics of how to work the Scintilla component in WxRuby.

in Ruby added by prodevtips, on 29/5/2008 examples framework oo programming

The basics of how to work the Scintilla component in WxRuby.

comment save report
category icon

Registration form with Merb and Datamapper

in Ruby added by prodevtips, on 27/2/2008 examples framework intermediate oo programming

How to setup a semi-advanced registration form with Merb and Datamapper with validators and stuff.

comment save report
category icon

Merb and Datamapper on Ubuntu with XAMPP

in Ruby added by prodevtips, on 20/2/2008 beginner tutorials framework oo programming

Basic setup tutorial to get you started with Merb and Datamapper.

comment save report
category icon

Simple WxRuby application

in Ruby added by prodevtips, on 5/11/2007 intermediate oo programming

This is a real world example that demonstrates a how a small application that is using WxRuby and WxSugar for the display could work.

comment save report