Writing Your First Ruby-on-Rails Web Application


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris BigAdmin RSS Writing Your First Ruby-on-Rails Web Application
# 1  
Old 04-09-2009
Writing Your First Ruby-on-Rails Web Application

This SDN article shows how to use NetBeans 6.5 and GlassFish v3 Prelude to create a Ruby-on-Rails web app in OpenSolaris 2008.11 without typing a single line of code.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Programming

Ubuntu ruby on rails

Hi, I am a php developer and I decided to learn ruby on rails. I have a few question. I have an ubuntu virtual machine with lamp. It mean that it has alrweady php and when I access the ip of the machine from my browser it does load the index.php. if I install ruby on rails will theere... (0 Replies)
Discussion started by: programAngel
0 Replies

2. Linux

help plz "ruby on rails'

hey guys i'm currently working as a linux administrator in a company my team leader gave me a task, for sorry i can't get it done i want to run rruby rails on apache webserver and i cant get that done by fcgid or ruby mod or anything i want to use rubygems inside rails plz post me ur experience not... (0 Replies)
Discussion started by: Extend
0 Replies
Login or Register to Ask a Question
Prelude.isUpper(3kaya)					       Kaya module reference					    Prelude.isUpper(3kaya)

NAME
Prelude::isUpper - Checks if the character is an upper-case letter SYNOPSIS
Bool isUpper( Char c ) ARGUMENTS
c The character DESCRIPTION
Returns true if the character is an upper-case letter. AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/ LICENSE
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation. RELATED
Prelude.isAlpha(3kaya) Prelude.isAlnum(3kaya) Prelude.isDigit(3kaya) Prelude.isLineEnding(3kaya) Prelude.isLower(3kaya) Prelude.isPunct(3kaya) Prelude.isGraph(3kaya) Prelude.isSpace(3kaya) Kaya October 2012 Prelude.isUpper(3kaya)