search for: awdwr2

Displaying 8 results from an estimated 8 matches for "awdwr2".

Did you mean: awdwr
2006 Jun 19
1
AWDwR2: Loading data in migrations
The new chapter in Agile Web Development with Rails talks about using migrations to load data from fixtures. This is a great idea, I''ve wanted to do this. This allows you a good way to create sample data that you can use during development, testing or demoing of an application. My question is how do you keep it separated from the real data? For example, say you have a User and Account
2006 May 23
1
Ruby on Rails: Up and Running: Rough Cuts Version
Anyone read the rough cuts of this book? I''m interested in checking it out because Bruce Tate''s work is always great. How does it compare to the agile books (2nd edition) in terms of timeliness, difficulty, etc. Thanks! Nathan -------------- next part -------------- An HTML attachment was scrubbed... URL:
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 Jul 28
8
Building a Search Page as part of CRUD
I''ve been experimenting with Rails over the past couple of days and have come across something that seems harder than it should be. In previous frameworks I have used (WebObjects, php) a full search page (which leads into a list view populated with search results) was part of the CRUD that was either dynamically or statically created after specifying table/object schema. In
2006 May 05
11
Rails Recipes or AWDWR 2 ?
Hi, I bougth the Agile Web Development with rails First Edition and now want buy rails recipes but what is the best decision buy rails recipes or the new edition de Agile Web Development With Rails? Jean Carlo Schechnner www.idvirtual.com -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 May 07
0
How does lighttpd/fcgi/rails work?
...gi. Is that correct? And is that also the case with method #1? In method #2, how does the ruby process get started? By lighttpd? And for extra credit, how does it work if you use Apache/fcgi, same as #2? Dave Thomas, if you''re listening, it would be great if the Deployment section of AWDwR2 included this :) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060507/1b5dfa42/attachment.html
2006 Jul 09
2
using content from a model in application.rhtml
Hi all, Not sure if Im doing this the right way (most likely not as I cant make it work!) I have an application that needs to put some content from two different tables(db) on every page within the application. What I thought I could do is write a small application helper that talks to the model and asks for the data. But I cant for the life of me work out how to actually talk to a model from
2006 Sep 04
8
ActiveRecord-JDBC is coming along
The ActiveRecord-JDBC adapter is rapidly maturing these days. I got the full set of AWDwR2 migrations to run with it against MySQL last night, and Ola Bini has gotten migrations working well against Oracle and Firebird. We also have SQL Server support running most of our test cases (under non-Windows environments too!) and have started adding support for Derby and HSQLDB (Java-based DBs)...