Scrum plugin with Redmine [closed] - ruby-on-rails

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Could you please give me a scrum plugin compatible with Redmine 3.0.0.
I tried scrum2b, but I got this error when I run the server:
undefined method `sanitize_forbidden_attributes' scrumb2
I also tried Redmine Backlogs, but when I ran:
bundle exec rake redmine:plugins:migrate
it showed this error:
rake aborted!
NameError: uninitialized constant Backlogs::IssuePatch::RbIssueHistory
Is there any other plugin or an alternative to one of these?

There is a free and working redmine 3.x compatible plugin available at
https://redmine.ociotec.com/projects/redmine-plugin-scrum
Version v0.13.0 was released just a few days ago.
I used it in an earlier version at my old company and it has some useable features.

There are no scrum plugins adapted for use with Redmine 3.x.
At this moment you can try Agile plugin by redminecrm ( http://www.redminecrm.com/projects/agile/pages/1 ), it has free version with limited functionality. Also there is Easy Agile Board ( http://www.easyredmine.com/online-store/easy-redmine-plugins/easy-agile-board ), but it has no free version, only commercial

Related

I want to write Ruby on Rails [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
but i dont know where to start! Which version of Ruby and Rails are the best?
And all documentations I can find are for Mac users. And im on Linux( ubuntu ).
I can allready write in C++
I hope you can help me!
To install Ruby language interpreter and the Rails framework itself you can visit http://railsinstaller.org website and download an installer for windows.
Speaking about applications development in Ruby on Rails, there is good tutorial written by Michael Hartl in link https://www.railstutorial.org/, that is highly recommended way to start development with Rails. This tutorial introduces to Ruby language and Rails framework and by following it you will build Twitter clone.

Migrate an application from 2.3.8 to 3.1 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
any advice about how to migrate an app from rails 2.3.8 to rails 3.1?
Should I go from 2.3.8 to 3.0 and then to 3.1?
Let me know your thoughts...
I'm especially interested in the approach to the Gemfile... and bundler. Any resource link would be welcome.
Thanks.
I'd recommend migrating to the latest version of 2.3 (2.3.14) before doing anything. Once you are on 2.3.14 you should run your tests and check your logs for any warnings and fix them. Once any issues are resolved, go ahead and try upgrading to 3.1.1. I think the largest change from 3.0 to 3.1 was the asset pipeline and you can ignore it while upgrading. As for resources, both PeepCode and RailsCasts offer great guides for doing exactly what you want.

Where's the rails release notes or changelog [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Rails 3.0.4 just released.
But I don't see any changelog documents.
So where is the rails 3.0.4 changelog?
I need to know if I should upgrade all my apps to 3.0.4 from 3.0.3.
There is a blog post and you can read the single CHANGELOG files
https://github.com/rails/rails/blob/3-0-4-security/actionmailer/CHANGELOG
https://github.com/rails/rails/blob/3-0-4-security/actionpack/CHANGELOG
https://github.com/rails/rails/blob/3-0-4-security/activemodel/CHANGELOG
https://github.com/rails/rails/blob/3-0-4-security/activerecord/CHANGELOG
https://github.com/rails/rails/blob/3-0-4-security/activeresource/CHANGELOG
https://github.com/rails/rails/blob/3-0-4-security/activesupport/CHANGELOG
https://github.com/rails/rails/blob/3-0-4-security/railties/CHANGELOG
You can also compare the changes between 3.0.3 and 3.0.4
https://github.com/rails/rails/compare/v3.0.3...v3.0.4
Simone's answer has inspired me to collect links to all the changelogs on one page. Includes versions 3.2, 3.1, 3.0, 2.3 as well as the upcoming 4.0.
http://jonathanjulian.com/2013/01/the-rails-changelogs/
I'll try to keep that post up-to-date.
This weblog has links to the changelog of each component as well as the commits for each version.

Ruby / Rails gems and plugins that need some rails3 love? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm just getting started with rails and ruby and i wanna start giving back to the community,
Are there any cool gems / plugins that spring to mind that need some tlc or rails 3 fixes that i could start contributing on?
I know your sposed to scratch your own itch.. but most the gems i use work great! :-P
Thanks..
Daniel
Read Contributing to Rails and take a look at Github, a lot of gems (including rails) are hosted there, it has a cool issue tracking system so you can fork and start patching :)
Authlogic. It needs to be refactored to use ActiveModel. Also take a look at the feature request at the issue tracker.

Is there a replacement for Beast for Ruby on Rails [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
An open source project called Beast implemented a forum in about 500 lines of Ruby on Rails code. The project seems to have fallen silent (http://beast.caboo.se/). Is there an open source project that replaces beast and is compatible with the database schema defined for Beast? I have used Beast to sponsor a forum and would like to upgrade and move the deployment from Ubuntu to OS X on a more recent version of Ruby on Rails.
Have you looked at altered_beast? Ground-up rewrite of Beast
If you're just looking to obtain the source for Beast, try this SVN tree.

Resources