Capistrano guides? [closed] - ruby-on-rails-3

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Does anyone know of any good, detailed guides for capistrano and deploying rails applications? I'm interested in learning all the different functionality rather than just following a tutorial without really understanding what's happening.

Github made the great tutorial howto setup capistrano.

You can reference to the Capistrano Handbook and Getting start guide.

I don't know if it could be what you are looking for, but I just wrote how to make Rails 3.2, Nginx and Capistrano work http://www.lifeofadev.eu/posts/deploy-rails-3-2-with-capistrano

I've written this one, that at some point I might move off this gist:
https://gist.github.com/2161449
I agree there is/was a lack. I figured stuff out painfully, and then tried to write it up in a guide for others (and myself to refer back to)

Related

Ruby on Rails methods [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I an looking to delve a little deeper into Ruby On Rails and am interested in seeking more knowledge when it comes to methods. I am aware of the rails api documentation, but not being familiar with a lot of the terminology or where the specific methods can be used it is to big to be useful at this stage (hope that makes sense).
What I was looking for is any particular methods I should pay attention too, more like most commonly used, just so I can practice with them for now, then once I have grasped a better understanding then i can look at more.
Any resources or documentation that has helped anyone, please feel free to let me know
Thanks in advance
Some resources maybe help you:
Rails Tutorial
Rails Guide and about API
Some videos Rails Cast
Read book Rails 3 way
Objects On Rails
To be honest, you should probably be asking this question on Reddit or in the RoR talk group.. the reason being is that there is likely no single correct answer. Check this page out:
http://www.reddit.com/r/rails/comments/ys318/what_to_read_after_hartls_rails_tutorial/
As the title in the URI suggests, you should definitely start with Rails Tutorial by Michael Hartl.
Also see:
https://groups.google.com/forum/?hl=en&fromgroups#!forum/rubyonrails-talk

Which website can I learn Yii framework? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
The official website contains so simple tutorials. Are there some good websites like ASP.NET MVC 3 from Microsoft that provide everything from scratch about Yii.
do you checkout the guide?. it's pretty straightforward.
Personal this is a great set of tutorials to learn Yii from.
http://www.larryullman.com/series/learning-the-yii-framework/
Follow the guide as mentioned, then check out the Blog Tutorial
i learned it on the blog tutorial, took me about half an hour to learn that way. I also suggest making a real life app with it, then you learn a lot more, since you look for ways to solve the problem that come, and questioning is the best way to learn without a doubt

What is the best way to learn RSpec and Rails3? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
What is the best way to learn RSpec and Rails3?
I have written JUnit/NUnit test codes, but writing RSpec for Rails3 application is difficult for me.
Any recommendation would be appreciated.
I highly recommend the Ruby on Rails Tutorial Book.
I don't know whether this way is best but it helped me to learn RSpec.
First understand the Architecture of rails components.You can start
here
Then you have the documentation on how to RSpec the rails controller,model,view here.

I'm looking for a Rails 3 forum application [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Does anybody know about a Rails 3 forum application?
Before anyone says anything...I've posted this previously but I got the post closed due to a "possible duplicate"...but it's not! The post "I duplicated" mentions Rails 2 forums. And I've asked for Rails 3 forums.
If you are looking for a gem, here you are a nice gem compatible with Rails 3 https://github.com/radar/forem
https://github.com/gitt/forum_monster
This forum monster is quite updated. If I'm not wrong, it's forked from the abandoned beast.
You can check this link for reference : http://net.tutsplus.com/tutorials/other/building-a-forum-from-scratch-with-ruby-on-rails/
This is not in Rails 3, but I have created an application following the same in Rails 3 without facing any issue. I agree that many things have been deprecated in Rails 3, but still you can create an app in it which was already implemented in older version.
Altered Beast :
https://github.com/stiff/altered_beast
Can you provide further requirements? Are you looking to develop the forums yourself? Do you want to install as a gem?
If you're looking for example source, this may fit the bill: https://github.com/smholloway/Rails3-forum or https://github.com/smholloway/Rails3-Forums-Without-Nesting
Here's a link to an up to date list of popular Ruby forum systems: https://www.ruby-toolbox.com/categories/forum_systems
Currently, Forem seems to be the system of choice.

What are the best sites/books for learning Apache? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
What are the best sites/books for learning Apache from scratch?
Any recommendations?
The official Documentation is a good place to start.
Check http://httpd.apache.org/docs/ and http://httpd.apache.org/docs-project/
I was also searching Apache books for programmers and selected to read this:
Apache Cookbook, Second Edition - Solutions and Examples for Apache Administration
- By Rich Bowen, Ken Coar
I have found the documentation to be very useful. It has a lot of examples which make understanding Apache and its uses easier.
I found these books
Apache: The Definitive Guide, Third Edition
Apache Cookbook, Second Edition
The whole list is available here
http://www.apachebookstore.com/confluence/oss/display/BOOKS/Books+on+Apache+HTTP+Server+(httpd)