Sha256: 287ee3fe5be0b8415a976aa99c1e61c73d9cfff4c57ce42c20ecd75fdc6eb04f
Contents?: true
Size: 1.45 KB
Versions: 1
Compression:
Stored size: 1.45 KB
Contents
0.5.2 Simplifies the signup process to asking users for just an email and password. Overall this should be seamless upgrade but you may have made other changes in your application which might conflict, just pay attention when you upgrade. You'll defintely want to make sure you regerate the saucy features with this upgrade: rails g saucy:features 0.5.1 Add an index to the archived column for projects 0.5.0 Added the ability to archive projects. Archived projects are not included in an accounts `projects_count`. To upgrade to this version add the following column to the projects table: add_column :projects, :archived, :boolean, :default => false, :null => false add_index :projects, :archived This version adds a list of archived projects to the projects index of an account. An introduced headers to these two lists. Archived projects have a "View Project" link, which is how the user can view an archived project. You will probably want to style this list, headers, and link. It also adds an Archive/Unarchive link on the project's edit page. You will probably want to style these links. It is up to your application to provide any additional logic about what limitations are present for archived projects (for example, not being able to create new comments on them). 0.4.10 A user following an invite link who is already signed in and whose email address matches the one in the invite automatically accepts the invite when following the link.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
saucy-0.5.2 | CHANGELOG.md |