Displaying 20 results from an estimated 10000 matches similar to: "Re: Re: Ruby book for beginner"
2006 Jun 03
2
Two Announcements - Beta Book and a Rails magazine!
Two announcements, so I''ll split this post into two pieces:
MR. NEIGHBORLY''S RUBY AND RAILS NOW IN BETA
=========================================
My Ruby on Rails book is now in beta. You can roll on over to the
website for more information and pricing:
http://www.rubyonrailsbook.com/
Here''s a rundown: Beta eBook is available now, print hopefully in July
sometime.
2006 Apr 25
3
RoR book for beginner
Hi folks,
I see there are two books recommended on the RoR website. As usual I would like
some recommendation from users on this matter.
I am currently a .NET developer and familiar with a few languages outside of
.NET. Which one of these books would be suitable for me to get started with
end-to-end development? Or can someone perhaps recommend a different book they
found useful?
Many thanks,
2005 Jul 28
0
Fwd: (Dreamhost) [Announcement] Ruby on Rails change to production mode
For anyone watching Dreamhost''s RoR support:
Begin forwarded message:
> -----Original Message-----
> From: DreamHost Announcement Team [mailto:support-OZUH0SiS3Izby3iVrkZq2A@public.gmane.org]
> Sent: Wednesday, July 27, 2005 8:58 PM
> Subject: [Announcement] Ruby on Rails change to production mode
>
> This announcement applies only to users of Ruby on Rails, the web
2008 Feb 03
4
Extract vowels and consonants using Ruby Regex
Hello,
I am trying to build a regex to extract vowels and consonants from a
string. So far, I am able to extract the basic a-e-i-o-u sequence
using the following extension to the String class:
class String
def vowels
scan(/[aeiou]/i)
end
def consonants
scan(/[^aeiou]/i)
end
end
examples:
>> "Mary had a little lamb".vowels
=> aaaiea
>> "Mary had a
2006 Aug 06
0
trouble with the Fast-track your Web apps with Ruby on Rails
----------------DISCLAMER---------------------------
hi plz bare with me, although i have some programing experience(icluding
a very small amount of ruby) but i am new to rails
---------------end-of-disclamer---------------------
1st this bit???
"Now you can view and modify the contents of your database at a URL like
http://rails.server/contact/ (in my test case, it''s
2008 Jan 10
14
Keeping Camping going
Hello all,
I''m not sure who Camping''s steward is at this point(zimbatm? _why?),
but I haven''t seen much activity in quite some time. I really like
Camping, and I understand open source projects can fall by the
wayside.
So, I''d be willing to take over maintenance and releasing. I have
experience maintaining my own open source projects, and a history of
2007 Oct 15
0
A Ruby/Rails bibliography
Howdy all,
I''ve noticed an influx of "What book should I buy?" questions lately,
so I thought I''d put together a number of bibliographies/curriculums
based on experience, role, and so on. You can view them at:
http://blog.mrneighborly.com/2007/10/ruby-and-rails-bibliography-of-sorts.html
I want this to be a resource to point people to, so if one of these
becomes out
2007 Dec 27
17
2.0 & "Agile Web Dev..." book
Just running through the first little project (depot) in ''Agile Web
Development with Rails''. It isn''t scaffolding like it says it should
in the book.
After running:
>rails -d mysql depot
then SQLing:
drop table if exists products;
create table products (
id int not null auto_increment,
title varchar(100) not null,
description text not null,
image_url varchar(200)
2006 May 02
10
Ruby on Rails w/Dreamhost - routes problem...I think.
I am trying to deploy my first app on Dreamhost using Ruby on Rails. I
followed the wiki, but I think I am missing something. I think it may
be in my RoR code, but I am not sure.
My app runs fine when run as
http://localhost:3000/AddPatientVisit/addvisits
AddPatientVisit is the controller and addvisits is the form that posts
back to the controller.
I got rid of the index.html in public
2006 Jul 20
3
Flickr API and Ruby Question...
I have a local version of the flickr.rb file installed and working
properly, but apparently I''m having issues installing it on my Dreamhost
server.
So, does anyone know how to do it the normal way? Just interfacing
directly with the flickr/api without using the gem ''flickr.rb''?
Any tips in the right direction would help me tremendously! Thanks!
--
Posted via
2006 Jul 21
2
Dreamhost - how to login to your unix account?
[apologies but dreamhost forums are down & I''m keen to get a rails up on
my dreamhost account but the following isn''t clear to me - I''m just
hoping one of the rails dreamhost users can set me straight]
I''m having difficulty in PUTTY to login to my unix account. I''ve
tried by using Putty SSH to access
2016 Apr 28
0
New book: Beginner's Guide to Zero-Inflated Models with R
We are pleased to announce the following book:
Title: Beginner's Guide to Zero-Inflated Models with R
Authors: Zuur, Ieno
Book website: http://www.highstat.com/BGZIM.htm
Paperback or EBook can be order (exclusively) from:
http://www.highstat.com/bookorder.htm
TOC: http://www.highstat.com/BGS/ZIM/pdfs/TOCOnly.pdf
Keywords: 430 pages. Zero inflated count data. Zero inflated continuous
data.
2008 Jul 23
1
Rails Rewrite rule (on mod_rails)
Hello,
I''m running fine my application on the dev server with apache2 and
mod_rails, but on the production server I have a strange issue.. it
seems like something is wrong with httpd.conf of .htacces.. the dev
server is a DreamHost PS and I''m configuring the production one one
HostGator.
I have a public/users/ folder with member profile images and a users
controller..
2014 Mar 26
0
beginner to ruby
hi every one ,
i am beginner to ruby, i don't know a little bit of ruby, but ii have to
learn it bca i m going to work as a system admin , and for client server
automation using puppet i required concept of ruby, can any body help in
in directing me , towards learning it quickly and easily.
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to
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:
2007 Apr 02
19
Pref for beginner book: Wrox (Holzner) or Ruby for Rails?
I''m a beginner. I''ve done the apple tutorial, Agile ROR (the depot
app, I stopped after that, a little to advanced with no base knowledge
of Ruby), Why''s guide and my copy of Chris Pine''s book today. After
Pine, I''m going to buy either the Wrox book or Ruby for Rails book. I
did a search and there''s not too much on the Wrox book (Holzner)
2011 Feb 05
2
Help!!! from R beginner
Hello,
I'm trying to add a column to the following data frame. The new column
will contain "black" when the 5th column(if_TE_related) is
"TE_related", or "orange" when the 4th column is " " (space).
"chromo" "MSU_locus" "end5" "end3" "if_TE_related"
"chr04" "LOC_Os04g01006" 1032
2008 Jul 08
0
Installing my own gems on a Dreamhost account
Hey all,
Does anyone who uses Dreamhost have any experience installing your own
gems there?
On their wiki, I''ve found this:
http://wiki.dreamhost.com/index.php/Ruby_on_Rails#Using_Gems_Installed_in_Your_Home_Directory
And this:
http://wiki.dreamhost.com/index.php/Passenger
(down at the bottom)
But I seem to be too dumb to interpret these directions, since neither
one seems to work.
2007 Feb 04
2
Beginner Q: Keeping the Ruby on Rails platform up to date.
Hello, I recently installed the ruby on rails framework from this
tutorial:
http://www.hivelogic.com/narrative/articles/ruby_rails_lighttpd_mysql_tiger
So, I installed:
Ruby on Rails 1.1
Ruby 1.8.4
LightTPD 1.4.13
FastCGI 2.4.0
RubyGems 0.9.0
Readline 5.1
PCRE 6.6
FastCGI and MySQL bindings
I figured out how to keep my ruby on rails up to date by using the
command "gem update rails
2008 Apr 03
3
Branchable migrations -- A plugin to let you organize your migrations
I just put a new plugin named branchable_migrations on Github.
Branchable migrations lets you separate your migrations into
"branches" (i.e., a director under db/migrate) that each have their
own version. Using the forthcoming UTC timestamped migrations and
this plugin, you can separate migrations by table or feature. Doing
so should alleviate many of the problems that seem to pike up