Displaying 20 results from an estimated 4000 matches similar to: "RoR book for beginner"
2006 Feb 06
35
ROR Recipes Beta
Yesterday I got the beta version of ROR recipes book and the recipes are great. For those of you still thinking about it, I highly recommend the book.
The only thing I wish is that if there were some more recipes (greedy me), especially AJAX related and installing an application within your current application.
For instance, it will be great to see how one can implement the typo blog
2005 Dec 26
4
Books for Beginners
I have experience in PHP/MySQL, but absolutely no experience at all in
Ruby (and Rails) and would love to get a few quality books aimed at
absolutley newbies. Any suggestions?
Thanks,
Jim
--
Posted via http://www.ruby-forum.com/.
2005 Nov 09
1
Enterprise Integration with Ruby - Beta book
I saw this mentioned on Dave Thomas''s blog
http://blogs.pragprog.com/cgi-bin/pragdave.cgi/Tech/Ruby/EIR.html
and don''t remember having seen it announced on this mailing list. This
new Beta Book is at
http://pragmaticprogrammer.com/titles/fr_eir/index.html
regards
Justin
2006 Feb 03
33
[ADV] Rails Recipes Beta Book is now available
I''m delighted to announce that Chad Fowler''s new book, Rails Recipes,
is now available
as a Beta Book.
This is a great title for folks who know Rails, and for folks who
want to get the most out of Rails. It contains detailed recipes for
doing real-world things with Rails, all illustrated with working
code. Some examples are drawn from Rails 1.1, the rest from Rails 1.0.
2005 Sep 26
1
Fwd: Rapid GUI Development with QtRuby
Just in case some of you missed it, Pragmatic Programmers just published
their first of a series of short, PDF-only books. This one is on qtRuby.
It would be great to have something like this for wxRuby. I don''t think
wxRuby is quite ready to this (yet), but I thought I''d plant the idea.
Curt
---------- Forwarded message ----------
From: Dave Thomas <dave@pragprog.com>
2006 Jan 07
4
GIS Image coordinates / markers?
Hey everyone,
Is there Rails support for something like Google Maps, but using my
own images/maps?
Basically, I''d like to have my own maps/images, be able to drop
markers on them, center on certain attributes etc.
- Nic
2006 Feb 21
1
[ADV] Next beta of Rails Recipes is available
The second beta of Rails Recipes, Chad Fowler''s killer book or
writing real-world Rails, is now available.
It features seven new recipes:
* In Place Editing
* Making Your Own JavaScript Helper
* Many To Many With Attributes On The Relationship
* Dealing With Time Zones
* Living On The Edge
* Making Your Own Rails Plugins (contributed by Rick Olson, aka
technoweenie)
* Polymorphic
2013 Oct 04
4
Best Book 4 RoR
Hello,
Is there a great book for Ror. I am looking for a book with a step by step
approch and by PROJECTS!!
RoR needs to be ''practiced'', and i didn''t find those WORKING PROJECTS.
Am i dreaming or is this paper exists. All the books on amazon are not
amazING. They talks only about
theory. Theory is fine, i mean this is RoR. But then...
Thanks for those who, first,
2006 Jul 16
17
AWDWR question
In an early section on Action View, showing code being put directly
into the rhtml file:
<% require ''date''
DAY_NAMES = %w{ Sunday Monday Tuesday Wednesday Thursday Friday Saturday }
today = Date.today %>
<h1>Hello, Dave</h1>
<p>
It''s <%= DAY_NAMES[today.wday] %>.
Tomorrow is <%= DAY_NAMES[(today + 1).wday %>.
</p>
I get this
2006 Feb 21
6
What do I need to learn Ruby, Rails, JavaScript, AJAX?
So I''ve sort of come to the conclusion that if I wanna get stuff done, I
need to either A) Find some dang money and pay people to do it or B) Do
it myself. I''m opting for B. Soooo...now I''ve got some
programming/technologies to learn. I''m self-employed and I can afford to
take a month (or 2) off to totally immerse myself in this and learn how
to do it.
2006 Jul 20
3
Ruby beginner..
Hi All,
I am a java developer. I wanna learn Ruby on Rails. Can anyone suggest some good books on Ruby or some url where can I learn the basics of Ruby.
Thanks,
Prabhu.
---------------------------------
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2?/min or less.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jun 20
10
Next script.aculo.us release, help needed
Hey there!
I''m in the process of looking through the various bug reports and
tickets and
fixing script.aculo.us as I go along.
As I want a 1.6.2 bugfix release to happen this week, please help me
out with:
- Looking throught the open bugs list on the trac, testing stuff and
giving helpful comments (like "+1")
- Identifiying what bugs/patches should be included (answer to
2006 May 02
96
[ADV] Second Edition of Agile Web Development with Rails
ANNOUNCING AGILE WEB DEVELOPMENT WITH RAILS, SECOND EDITION
===========================================================
http://www.pragmaticprogrammer.com/titles/rails2/
Rails has changed a lot since we announced the first edition of the
book a year ago. DHH says that the 1.1 release "boasts more than 500
fixes, tweaks, and features from more than 100 contributors." Who
are we to
2006 Jan 02
2
Agile Web Development book - version 4.0 released
I don''t know if I missed this on the list, but the Agile Web Development
with Rails book is now at version 4.0, for those of us who bought the
PDF from the Prag Prog site.
Just a few typos and corrections from the looks of it, but can''t hurt to
get the latest.
You can reorder the book for download at:
http://books.pragprog.com/titles/rails/reorder
Cheers,
Tom
2006 Feb 06
6
ActionMailer - ROR Recipes - Multipart/alternative
I am using the SaltedHashLoginGenerator. and would like to send the e-mail in multipart/alternative format.
By default my application is using forgot_password_en.rhtml template.
I read in the ROR Recipes book
"ActionMailer sees these templates, recognizes the pattern in their
file names, and automatically sets the MIME type of the message to
multipart/alternative and adds
2006 Mar 05
3
SQL Query for related entries based on tags
Can anyone help me out with a SQL query to pull related entries based on
tags?
--
Posted via http://www.ruby-forum.com/.
2006 Feb 26
5
log in
How to carry out log in, whether that is we enter a login and the
password and it is checked is in a database?
--
Posted via http://www.ruby-forum.com/.
2006 Jan 01
4
Agile book deltas
Are there deltas for the revisions of the PDF version of the Agile book?
-- fxn
2009 Jan 08
3
any eta on the rspec book?
Subject says it all...
Thanks in advance,
T
2007 Oct 05
20
RSpec Book(s) on the radar
I just found this one: http://tinyurl.com/3c3mfa
David, are there any other RSpec books in the works?
With Regards,
Cody Skidmore