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.
Related
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
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.
can someone help me google a tutorial how to access the data that was inserted into a rails app.
group :development do
gem 'sqlite3'
end
group :production do
gem 'pg'
end
I know this is where it is stored, just could not find a good step by step tutorial.
Thx,
Bumbledebee
It depends on what "access" means to you and you forgot to mention your OS.
For things like inspecting rows you created you can use rails console as suggested here:
How to access default Rails sqlite db?
If you want to view the database table you can also try looking here
how to view PostgreSQL database on windows 7?
Which suggests pgAdmin for Postgresql
If you want to access sqlite database you can try
SQLite browser
http://sourceforge.net/projects/sqlitebrowser/
I recommend you to check out railscasts.com, as there are plenty of guides for beginners in Rails.
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
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)
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.
I found a question here about blogs on software development, but I would like to know which blogs on software testing this community reads.
If you just have to recommend more than one blog, post each one in separate answer, so others can vote on specific blog. :)
Thanks!
Edit: I am not interested in sites that aggregate other blogs, because as #Alan said (in his answer) there are both good and not so good blogs there.
My blog, of course, is quite interesting - but will not be to everyone. TestingReflections is nice because it aggregates a bunch of random test blogs, but the problem is that it aggregates the bad with the good. Many of the posts that make it to the site don't have much use.
It also depends on what you're looking for - are you looking for a blog on testing philosophy, one about functional test techniques, something about writing automated tests, something all-encompassing, or something different?
Abakas. It's written by my boss, but I'd recommend it even if that weren't the case.
Google Testing Blog
James Bach at http://www.satisfice.com/blog/ . Very good.
For Russian-speaking community is definitely:
http://it4business.ru/forum/index.php?showforum=192
But I think everybody knows that :)