| Author |
Book- Rails for Java Developers
|
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
The link http://www.amazon.com/gp/product/097761669X?tag=jranch-20 talks about 2 sections -Project automation -Configuration Does the first mean building application,running unit test etc.
|
Groovy
|
 |
Justin Gehtland
author
Ranch Hand
Joined: Jan 30, 2007
Posts: 31
|
|
|
Yep, we feel pretty strongly that unless the story for managing your project is at least as compelling as for Java, you wouldn't want to switch. That part of the book covers testing (unit, functional, integration, UI), continuous integration, reporting and database management through migrations.
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
I'm curious as to where you draw the line regarding project automation. I mean, running unit and functional tests is clearly "in" but I guess it wasn't quite so clear cut when you start including more distant aspects. For example, if you talk about continuous integration you need to talk about version control. If you talk about continuous integration and version control, should you talk about database migrations? If you talk about database migrations, should you talk about deployment? If you talk about deployment, should you talk about scaling options? Based on the description at pragprog.com, it doesn't seem like you discuss Capistrano(?) so I assume that's where the buck stops?
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
If you talk about continuous integration and version control, should you talk about database migrations?
What is the relation between version control and database migration
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
Originally posted by Pradip Bhat: What is the relation between version control and database migration
You do version your database schema along with your source code, don't you?
|
 |
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
Originally posted by Lasse Koskela: You do version your database schema along with your source code, don't you?
ok.
Based on the description at pragprog.com, it doesn't seem like you discuss Capistrano(?) so I assume that's where the buck stops?
What is Capistrano ?
|
 |
Gian Franco
blacksmith
Ranch Hand
Joined: Dec 16, 2003
Posts: 975
|
|
See... About "Capistrano: Automating Application Deployment Gian
|
"Eppur si muove!"
|
 |
 |
|
|
subject: Book- Rails for Java Developers
|
|
|