Displaying 8 results from an estimated 8 matches for "rails_".
Did you mean:
rails
2011 Oct 26
3
My Ruby on Rails procedures and projects
...ndliness
of its Ubuntu-based counterparts without the heavy Ubuntu overhead.
And given the uncertainties about the future of Ubuntu, I prefer not
depending on this distro.
My page will point you to my deployment of the chapter 2 demo app from
the 4th edition of the book _Agile Web Development with Rails_.
I will be adding additional procedures and links to additional
deployments in the days ahead.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd...
2011 Nov 13
1
How do you execute "rails runner" in Heroku?
I''m going through the 4th edition of the book _Agile Web Development
in Rails_.
One of the exercises involves automatically creating 100 orders. The
command to run locally is "rails runner script/load_orders.rb". I
have no problems here - it works.
What''s the command for running this in the deployed Heroku application?
--
You received this message b...
2006 Nov 04
0
Book Review: Ruby for Rails
Hi all
I''ve posted a review of David Black''s book _Ruby for Rails_ on my blog:
http://www.robsanheim.com/2006/10/04/ruby-for-rails-by-david-a-black-book-review/
The quick summary: "A fantastic guide to Ruby for programmers of all
skill levels - up there with the PickAxe and may even surpasses it".
Thought some might find it useful.
- Rob
--
http://...
2006 Apr 21
3
Conceptual q about rails
Classes like activerecord, etc contains strange elements like
''belongs_to :something'', ''has_many :smth'' etc.. what is it? I can''t find
them in ruby lang documentation.. it''s similar to ''attr_accessor'' and
other costructions, how I can create my own constructions and how I must
understand them? Could anyone give me some links
2006 Dec 05
6
Best Book
Hi there,
What is the best book of Rails???
Or the top sellers, thanks..
--
Felipe Amaral
Vento Livre Internet
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from
2006 Feb 26
0
Review of Black, Ruby for Rails, Chapter 4
As others have mentioned, Chapter 4 of David A. Black''s book _Ruby for
Rails_ is now available for download from the Manning site. The fact that
the book is being released one chapter at a time makes it easy to read in
small, digestible chunks. I never intended to review every chapter
individually here, but now that I''ve done the first three, I feel like I
ought t...
2007 Jul 09
10
Having problems with rake?
I am a total newbie to Rails and Ruby. I have the Agile Web Development
with Rails book and am following through the first few chapters. I got
to the "Creating you own Rails API Documentation" and followed the
following steps.
rails dummy_app
cd dummy_app
Then when I run the "rake rails:freeze:gems" command I get the following
error.
No rails gem 3.0.5.001 is installed. Do
2006 Mar 31
11
Model and Controller relationship
My question is about where certain kinds of logic sit in the Model and
Controller objects or more specifically the relationship between Model
and Controllers.
Does an Model class contain a Controller class, the otherway round, or
are they two seperate classes that talk?
1. Should the Models be treated as the primary objects within a program
and the matching controller is simply a way of