Ruby on Rails

Hi,

I have installed the ruby and the MVC ruby on rails for developing of
web-sites. I’m starting my studies, but I don’t how make one script of
example of ruby on rails :(.

How I can do this?


Thanks

Marcos José Setim

Hi Marcos,

On Wed, Dec 21, 2005 at 12:12:48AM +0900, Marcos José Setim wrote:

Hi,

I have installed the ruby and the MVC ruby on rails for developing of
web-sites. I’m starting my studies, but I don’t how make one script of
example of ruby on rails :(.

Have you seen the Ruby on Rails screencasts? They're available at

In particular, this one should introduce you to web development with
RoR:

http://media.rubyonrails.org/video/rails_take2_with_sound.mov

HTH,

Ok he said he have an xp machine but didnt say anything about linux
experience
El 20/08/2012 15:26, “Keith B.” [email protected] escribi:

You did not answer the OP’s questions and you unnecessarily added a
distracting speedbump for a new (J)Ruby user by stoking old OS embers.

The OP is using Windows XP and wants to (quickly) jump into Rails dev.
As this post is on the JRuby list let’s assume the OP would like to run
Rails on XP using JRuby. Either help the OP do that, or keep silent if
you don’t have the experience; let someone else answer.

The OP wants to quickly get started with Ruby/Rails. Don’t confuse and
slow the OP down (learn new OS!?) with nonsense like “…recommend using
Linux rather than Windows for Ruby development…”

Why not briefly show how to install JRuby on Windows, use RubyGems to
install just enough gems for a basic “starter” environment, and then
provide Rails and other doco links that have helped you?

C:\Users\Jon>jruby --version
jruby 1.6.7.2 (ruby-1.8.7-p357) (2012-05-01 26e08ba) (Java HotSpot™
Client VM 1.7.0_06) [Windows 7-x86-java]

C:\Users\Jon>jgem --version
1.8.24

C:\Users\Jon>jgem list

*** LOCAL GEMS ***

actionmailer (3.2.8)
actionpack (3.2.8)
activemodel (3.2.8)
activerecord (3.2.8)
activerecord-jdbc-adapter (1.2.2)
activerecord-jdbcsqlite3-adapter (1.2.2)
activeresource (3.2.8)
activesupport (3.2.8, 3.0.10)

bundler (1.1.5)

jdbc-sqlite3 (3.7.2)

jquery-rails (2.1.1)
jruby-jars (1.6.7.2)
jruby-openssl (0.7.7)
jruby-rack (1.1.8)

rack (1.4.1)

rails (3.2.8)
railties (3.2.8)

sass (3.2.1)
sass-rails (3.2.5)
sequel (3.38.0)

trinidad (1.4.1)
trinidad_jars (1.0.5)

warbler (1.3.6)

Jon


Fail fast. Fail often. Fail publicly. Learn. Adapt. Repeat.
http://thecodeshop.github.com | http://jonforums.github.com/
twitter: @jonforums

On Mon, 20 Aug 2012 09:25:51 -0400

Apologises i think that a build in machine on an Xp Host its a better
choise for new user because its only a question of using rails and no
previous configuration is needed but thats end user choise… Rails is
it
the same over linux or windows.
El 20/08/2012 19:16, “Jon” [email protected] escribi:

Jon F. wrote in post #1073370:

You did not answer the OP’s questions and you unnecessarily added a
distracting speedbump for a new (J)Ruby user by stoking old OS embers.

The OP is using Windows XP and wants to (quickly) jump into Rails dev.
As this post is on the JRuby list let’s assume the OP would like to run
Rails on XP using JRuby. Either help the OP do that, or keep silent if
you don’t have the experience; let someone else answer.

FYI, I’m not on the JRuby mailing list but I still saw this. I’m on the
ruby-talk list (via ruby-forum.com) - so it looks like it was a wild
cross-posting.

In any case, I’d say that the ruby-talk mailing list is not the
appropriate place for questions about Rails - there are plenty of
Rails-specific forums. Go to rubyonrails.org and click on “community”.
There’s tons of Rails beginner documentation linked from there too.

Regards,

Brian.