Displaying 20 results from an estimated 100000 matches similar to: "Re: Tutorial about XMLHttpRequest+Rails"
2005 Mar 06
8
Tutorial about XMLHttpRequest+Rails
Hi All
I just finished writing up a tutorial relating my experience
developing a system to edit line-items ''in-line'' in my Rails
application using XMLHttpRequest. I thought this might be of interest
to some readers of this list... Check it out at
http://hieraki.goodlad.ca/read/book/1
Thanks!
Dave
--
Dave Goodlad
dgoodlad-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org or
2006 Apr 07
1
Rails on Oracle tutorial... from Oracle!
I''ve not seen this posted anywhere else on the list..
http://www.oracle.com/technology/pub/articles/haefel-oracle-ruby.html?rssid=rss_otn_news
Abstract:
"
You may have already heard about Ruby on Rails, the new application
framework that seems to be taking the Web development community, in
particular J2EE and PHP programmers, by storm.
Rails is a capable Web application platform
2006 Feb 03
1
Rolling with Ruby on *Instant* Rails - "New" Tutorial
Greetings!
The original version of this tutorial was written by Curt Hibbs and published on ONLamp.com. It served as my introduction to both Ruby and Rails. Unfortunately, I experienced some frustration working through it. This was due first to the fact that I was using Instant Rails, not Rails, and second, to the fact that Rails itself has grown since Curt wrote the article. Despite my
2006 May 02
0
Web mashup tutorial using Ruby on Rails
Hi,
I wrote a step-by-step web mashup using Ruby on Rails tutorial, going
through how I created a simple job search mashup with Indeed, Google
Maps and Yahoo web search service.
The tutorial is at http://saush.com/blog/?page_id=48
The source code is available at the last writeup. Comments and feedback
welcome!
--
Sau Sheong
http://blog.saush.com
http://www.projectible.com
2006 Jun 11
0
A new tutorial of writing a Reddit-like app in Rails
http://ideasonrails.blogspot.com/2006/06/rewriting-reddit-in-rails-in-less-than.html
Please vote it up on Reddit if you like it :
http://programming.reddit.com/search?q=reddit+rails
Miklos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060611/d5968031/attachment.html
2005 Apr 20
4
Error in tutorial or sintax changed?
Hi,
In this tutorial
http://wiki.rubyonrails.com/rails/show/HowtoUseJoinsWithFindAll
it sad:
sql =<<SQL
SELECT articles.*, authors.name AS author_name
FROM articles
LEFT JOIN authors ON author_id = authors.id
SQL
and this return
*app/controllers/media_controller.rb:366: can''t find string "SQL"
anywhere before EOF*
what is wrong? the tutorial or ruby changed?
please,
2006 Feb 13
6
Form -> File save tutorial
I want to develop a web application that allows a user to input data into a set of forms and then save that data in an XML file format to their hard drive. Can anybody point me to a Ruby\Rails tutorial that would help?
Thanks,
Bill
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jan 31
0
I need a wsdl tutorial.
I have a wsdl, and I have run soap4r''s wsdl2ruby, but now I need a tutorial on what to do with it.
Any Suggestions?
Enrico
---------------------------------
What are the most popular cars? Find out at Yahoo! Autos
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Mar 08
3
Any good tutorial about upgrade ruby to 1.9.1 and with rails 2.3?
Hi there,
Just want to upgrade to ruby1.9.1, but some important gems such as
mysql, fastthread, mongrel are not compatible with the newest version,
anyone has some good tutorial for recommendation?
Thanks,
chenillen
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to
2006 Feb 12
0
Repost: brainspl.at tutorial and lighttpd .10 crashes
I just got a new Debian Sarge server and followed the brainspl.at
"Debian Lighttpd Rails Stack" tutorial.
The only place I deviated was the version of Lighty. The page uses
1.4.7 and I spotted that 1.4.10 was available. I installed that and
couldn''t get anywhere. Lighty died on first access from the test
rails app, and even from a ultra basic static config. No log, no
2008 Nov 18
1
Ruby on Rails Tutorial on IEEE Software Magazine
Hello!
The November/December 2008 issue of IEEE Software has nice a tutorial on
Ruby on Rails. IEEE Software is one the most prestigious magazines on
Software Engineering.
Tutorial: http://www.di.ufpb.br/~alan/ror-ieeesw.pdf<http://www.di.ufpb.br/%7Ealan/ror-ieeesw.pdf>
Source code: http://www.di.ufpb.br/~alan/s6vis_code.zip<http://www.di.ufpb.br/%7Ealan/s6vis_code.zip>
ABSTRACT:
2011 Nov 06
2
Ruby on Rails 3.1 Installation tutorial for Ubuntu (versions 11.04, 11.10) and Linux Mint (version 11) - download or read online if you need it
After several weeks of messing with Ruby on Rails on Ubuntu I made
this 34 pages PDF installation tutorial which covers:
- Ruby on Rails default installation (Ruby 1.9.2, Rails 3.1, WEbrick
web server, SQLite3 database)
- Ruby on Rails advanced installation (Ruby 1.9.2, Rails 3.1, Apache
web server, MySQL database)
I am total beginner with Ruby on Rails (and a beginner with Ubuntu
Linux) -
2008 Jan 21
1
Tutorial on Ruby on Rails
Hi!
I''m working on Ruby on Rails from last 9 months and found it very
strong framework to implement very sophisticated websites with-in a
minimum time frame.
I have written a tutorial on Ruby on Rails and finally I donated it to
tutorialspoint.com. So you can check it at
http://www.tutorialspoint.com/ruby-on-rails/index.htm
If you do not like this tutorial then email me at
2006 Aug 11
9
Getting Really Started with Rails - Tutorial styled Slides Available
For those that missed out joining the amazing turnout of ~70 people here in
Vancouver for the mini-workshop I did on the 27th last month, I am making
available the 30 slides I used for the presentation.
The slides were used in conjunction with me demonstrating it via command
line. Alot was learned by both attendees, and quite possibly even more so by
myself while teaching the material.
I created
2006 Jun 14
5
Rails SOAP tutorial
Hi all..
I new in Ruby/Rails.. Where could i get some good tutorial about SOAP
using Rails?
I''ve been googling yet still did''nt find good tutorial.
Thank you in advance.. :)
--
Regards,
Ananda Putra
2006 Mar 15
4
New RadRails tutorial using AWDWR book
Hello there,
I am basically a J2EE refugee fascinated with Rails.
I have been using the Spring framework (a lightweight J2EE java framework
with some special characteristics) but I am so impressed with RoR that I am
porting over many applications.
In order to "dive into Rails", of course the second thing to do was get
myself an IDE, and since I''ve been using Eclipse for the
2007 Feb 22
3
New tutorial: DTMF tone detection
Hello list,
I have prepared a small tutorial today that deals with how to avoid
Asterisk rebuilding DTMF tones when using it to connect industial
appliances that use DTMF. You can find it at:
http://astrecipes.net/index.php?n=248
I know it isn't everybody's piece of cake, but I thought somebody could be
interested as well :)
l.
--
Home of QueueMetrics -
2006 Jan 05
3
getting porn from rails link
Hello,
http://wiki.rubyonrails.com/rails/pages/Tutorial
is showing me links to porn sites
Frank
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060105/d4e011de/attachment.html
2006 Jun 21
1
Newbie Four Days on Rails
Hi all,
Having successfully gone through Bill Walton''s Tutorial ''Rollining with Ruby on [Instant] Rails''
I decided to tackle John McCreesh''s ''Four Days on Rails'' Tutorial.
I changed the Rails version as recommended in the tutorial.
All went well until I entered the following command:-
ruby script/generate model category
I got:-
2008 Jun 15
5
Ruby on Rails 2.1 Tutorial
Hi,
I have put all the basic things in place and you will find it a working
tutorial for Ruby on Rails 2.1.
http://www.tutorialspoint.com/ruby-on-rails-2.1/
I have covered Model, Controller and Views in detail and you will find a
nice example on scaffolding.
If you like this tutorial then please share it with others....Oh
yes...if you have any feedback then please definitely send it to me.