What does rc mean in ruby gems?

Viewed 1827

I am reading bundler's documentation and noticed the rc extension for a couple of gems versions mentioned in this document (like rails 3.0.0.rc). Does this have a special meaning? Does this apply for other gems besides the rails framework?

1 Answers
Related