Rails101 Introduction

You might be just starting to learn Ruby on Rails fresh.

You might be looking for a way of RAD development on Rails. This Ruby on Rails Tutorial, let's you experiment rails quicly with your working application on your basic idea before discovering more.

In a few minutes you might be looking at your new application. Ajax and production ready. All easily done. If necessary do Basic Ruby on Rails Installation and proceed to Ruby on Rails with One Model

simply-people-screen-1.png

On Ubuntu, SHIFT+INSERT pastes text into command shell. Not to make a mistake you can simply copy and paste the commands.


As well as commenting here, you can tweet or email to me

If you like this page, please spread the word: diggdel.icio.usFacebook

Great
Ger-Jan (guest) 1242606088|%e %b %Y, %H:%M %Z|agohover

Excellent tutorial, very clear. I managed to get it to work with JRuby also. Here's my report.

unfold Great by Ger-Jan (guest), 1242606088|%e %b %Y, %H:%M %Z|agohover
Re: Great
UmurUmur 1242726851|%e %b %Y, %H:%M %Z|agohover

This is my reflection on Ger-Jan's JRuby experience I guess we can tweak rails so that eventually there is no need for a workaround:
a) We do patch rails such that in jruby it creates a jdbc connection for sqlite by default. So that the template can be run just as it is. I can find where to patch I we had a jdbc database.yml that could be used by default by everybody.
b) To run sudo or not could be prompted if it is available on the target sys. And can be skipped if the system is not capable of it.

unfold Re: Great by UmurUmur, 1242726851|%e %b %Y, %H:%M %Z|agohover
Re: Great
UmurUmur 1242742019|%e %b %Y, %H:%M %Z|agohover

I updated http://tinyurl.com/cs-active-scaffold

Dear Giorgio, tested it for me to run on windows. Now it completes vendor/plugins installation. Because of the same reason auto installation of gems still fail but it's easy to workaround. You need to call 'rake gems:install' to init the project

rails simply_people -m http://tinyurl.com/cs-active-scaffold
cd simply_people
rake gems:install
last edited on 1242742340|%e %b %Y, %H:%M %Z|agohover by Umur + show more
unfold Re: Great by UmurUmur, 1242742019|%e %b %Y, %H:%M %Z|agohover
Add a new comment

Related Discussions

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License