railsbump / app

Check which gems are compatible with which Rails version!
https://railsbump.org
MIT License
172 stars 23 forks source link

Please add license to this repo #12

Closed jasnow closed 9 years ago

jasnow commented 9 years ago

Can you please add a license to this repo? Here is some background on licensing open source software: http://code.tutsplus.com/tutorials/open-source-101-licensing--cms-21279

Here is another reference: https://robots.thoughtbot.com/maintaining-open-source-projects-licenses

Are you going to support Rails 5?

Florent2 commented 9 years ago

Just added the MIT license, thanks for the suggestion.

Yes, we are going to support Rails 5 in the coming months.

jasnow commented 9 years ago

Great. Willing to help contribute with Rails 5 update if you all wish. Do you expect to merge the different forks before updating?

Florent2 commented 9 years ago

@jasnow sorry for the very late reply, and thanks for your proposal!

I've cleaned up the code base this week, there is now a single branch (master) that uses Rails 4.2, and the domain is now ready4rails.net instead of rails4rails4.net

Any contribution is welcome, I think that to add Rails 5 support we should:

I plan to simplify the codebase to remove the custom caching mechanism we have, we may not need any caching mechanism, or just rely on basic HTTP caching. So if you still want to contribute, don't bother doing anything with our current custom caching mechanism.

jasnow commented 9 years ago

Thanks for the update