terraforming-rails
Annotate


terraforming-rails | Annotate | |
---|---|---|
1 | 9 | |
737 | 4,447 | |
0.0% | 0.4% | |
2.4 | 1.4 | |
7 months ago | 7 months ago | |
Ruby | Ruby | |
MIT License | Ruby License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
terraforming-rails
-
Rails application boilerplate for fast MVP development
add tools from evil martians tollbox
Annotate
-
Must-have gems for mature Rails
gem "annotate" - https://github.com/ctran/annotate_models | Adds DB-schema comments to models. May be unnecessary on RubyMine, YMMW.
-
I spent the past 3 months working on a fork of the Annotate models gem
I believe Ctran is aware of this based on his response in this issue https://github.com/ctran/annotate_models/issues/913
-
What was the name of the gem that finds all unindexed foreign keys?
A gem that's pretty useful alongside this one is the annotation gem -- it prefixes models with their specific schema dump (as comments) and then updates those descriptive comments on migration. It's one of my go-to gems to install when I rotate onto a new-to-me Rails project (or start a new one) and I'm working to understand the data model.
- Cansado de conferir o schema.rb
-
Could really use some help with a plugin rake task issue
Have you looked at annotate for inspiration?
-
The database and migrations work is annoying me the most about Rails as a newcomer, am I missing something?
I get it, though. Sounds like you're used to seeing every column definition in there. And that would be handy. There is a gem that you might like: https://github.com/ctran/annotate_models
-
Rails application boilerplate for fast MVP development
annotate for annotations
What are some alternatives?
port_ruby_to_crystal - A Ruby regex script for port ruby code to crystal easier, reduce friction.
RDoc - RDoc produces HTML and online documentation for Ruby projects.
ActiveInteraction - :briefcase: Manage application specific business logic.
YARD - YARD is a Ruby Documentation tool. The Y stands for "Yay!"
Devise - Flexible authentication solution for Rails with Warden.
GitHub Changelog Generator - Automatically generate change log from your tags, issues, labels and pull requests on GitHub.
Lol DBA - lol_dba is a small package of rake tasks that scan your application models and displays a list of columns that probably should be indexed. Also, it can generate .sql migration scripts.
Apipie - Ruby on Rails API documentation tool
Capistrano - A deployment automation tool built on Ruby, Rake, and SSH.
rspec_api_documentation - Automatically generate API documentation from RSpec
ThisCouldBeUsButYouPlaying - :black_joker: Generate Swift Playgrounds for any library.
Hologram - A markdown based documentation system for style guides.

