Unclaimed project
Are you a maintainer of annotate_models? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
annotate_models
Annotate Rails classes with schema and routes info
activerecordrailsruby
Last updated over 1 year ago
Back to changelogNew
v3.2.0
What's Changed
- Fix undefined method error when spatial column does not have
srid (#920) @oieioi
- Fix: use klass.table_name instead of guessing from associated models (#847) @ocarta-l
- Bump nokogiri from 1.11.2 to 1.11.7 in /spec/integration/rails_6.0.2.1 (#886) @dependabot
- Bump puma from 4.3.7 to 5.3.2 in /spec/integration/rails_5.2.4.1 (#887) @dependabot
get_loaded_model_by_path is supposed to be nil-safe (#883) @sato11
- Fix CI builds and update dependencies (#884) @ctran
- Fix ci: conflicts with removed gems (#865) @ocarta-l
- Allow
get_loaded_model to succeed when $LOAD_PATH contains non-string values (#848) @Hamms
- Bump rack from 2.1.2 to 2.2.3 in /spec/integration/rails_5.2.4.1 (#820) @dependabot
- Bump rack from 2.1.2 to 2.2.3 in /spec/integration/rails_6.0.2.1 (#819) @dependabot
- Bump websocket-extensions from 0.1.4 to 0.1.5 in /spec/integration/rails_6.0.2.1 (#813) @dependabot
- Bump websocket-extensions from 0.1.4 to 0.1.5 in /spec/integration/rails_5.2.4.1 (#812) @dependabot
- Bump puma from 4.3.3 to 4.3.5 in /spec/integration/rails_5.2.4.1 (#809) @dependabot
Bump puma from 4.3.3 to 4.3.5 in /spec/integration/rails_6.0.2.1 (#808) @dependabotUse ruby/setup-ruby since actions/ruby is deprecated (#855) @ctranFix typo invlaid -> invalid (#835) @olleolleolleEnable bundler caching for travis (#853) @Taher-GhalebAutomate release notes with release-drafter.yml (#846) @ctranFix: RuntimeError: Don't know how to build task 'db:migrate' (#844) @onkOnly return valid models from get_loaded_model_by_path (#801) @macoboload :set_annotation_options before running :annotate_routes (#803) @javawizardAdd annotation hooks for db-specific migration tasks (#686) @paul-manninoActiveAdmin: Allow for both singular and plural model names (#776) @vfonicAdding option to skip loading models from subdirectories (#767) @ethanbreslergemspec: Add metadata URIs (#798) @olleolleolleMove some code to AnnotateModels::FilePatterns (#794) @nard-techFix typos (#795) @henrikAdd methods to AnnotateRoutes::HeaderGenerator and refactor methods (#792) @nard-techFix output for multiline column comments (#779) @tmr08cReactors AnnotateModels.get_schema_info (#791) @tmr08cRefactor AnnotateRoutes by adding AnnotateRoutes::HeaderGenerator (#790) @nard-techFix "undefined method `<'" error message (#774) @erikkessler1Turn on integration tests in CI (#788) @drwlAdd integration test for rails g annotate:install (#783) @drwlSome project clean up (#786) @drwlWhat's Changed
- Factory Girl -> Factory Bot by @henrik in https://github.com/ctran/annotate_models/pull/759
- Refactor test cases of AnnotateRoutes - completed version by @nard-tech in https://github.com/ctran/annotate_models/pull/760
- Bump nokogiri from 1.10.7 to 1.10.8 in /spec/integration/rails_6.0.2.1 by @dependabot in https://github.com/ctran/annotate_models/pull/765
- Bump nokogiri from 1.10.7 to 1.10.8 in /spec/integration/rails_5.2.4.1 by @dependabot in https://github.com/ctran/annotate_models/pull/766
- Bump puma from 3.12.2 to 4.3.3 in /spec/integration/rails_5.2.4.1 by @dependabot in https://github.com/ctran/annotate_models/pull/769
- Bump puma from 4.3.1 to 4.3.3 in /spec/integration/rails_6.0.2.1 by @dependabot in https://github.com/ctran/annotate_models/pull/771
- [Revert #677] Fix column default annotations by @drwl in https://github.com/ctran/annotate_models/pull/768
- Bump project required ruby version to >= 2.4 by @drwl in https://github.com/ctran/annotate_models/pull/772
- Refactor by adding AnnotateRoutes::Helpers by @nard-tech in https://github.com/ctran/annotate_models/pull/770
- Make travis.yml valid and to unblock gem releases by @drwl in https://github.com/ctran/annotate_models/pull/782
- Some project clean up by @drwl in https://github.com/ctran/annotate_models/pull/786
- Add integration test for
rails g annotate:install by @drwl in https://github.com/ctran/annotate_models/pull/783
- Turn on integration tests in CI by @drwl in https://github.com/ctran/annotate_models/pull/788
- Fix "undefined method `<'" error message by @erikkessler1 in https://github.com/ctran/annotate_models/pull/774
- Refactor AnnotateRoutes by adding AnnotateRoutes::HeaderGenerator by @nard-tech in https://github.com/ctran/annotate_models/pull/790
- Reactors AnnotateModels.get_schema_info by @tmr08c in https://github.com/ctran/annotate_models/pull/791
- Fix output for multiline column comments by @tmr08c in https://github.com/ctran/annotate_models/pull/779
- Add methods to AnnotateRoutes::HeaderGenerator and refactor methods by @nard-tech in https://github.com/ctran/annotate_models/pull/792
- Fix typos by @henrik in https://github.com/ctran/annotate_models/pull/795
- Move some code to AnnotateModels::FilePatterns by @nard-tech in https://github.com/ctran/annotate_models/pull/794
- gemspec: Add metadata URIs by @olleolleolle in https://github.com/ctran/annotate_models/pull/798
- Adding option to skip loading models from subdirectories by @ethanbresler in https://github.com/ctran/annotate_models/pull/767
- ActiveAdmin: Allow for both singular and plural model names by @vfonic in https://github.com/ctran/annotate_models/pull/776
- Add annotation hooks for db-specific migration tasks by @paul-mannino in https://github.com/ctran/annotate_models/pull/686
- load :set_annotation_options before running :annotate_routes by @javawizard in https://github.com/ctran/annotate_models/pull/803
- Only return valid models from get_loaded_model_by_path by @macobo in https://github.com/ctran/annotate_models/pull/801
- Fix: RuntimeError: Don't know how to build task 'db:migrate' by @onk in https://github.com/ctran/annotate_models/pull/844
- Automate release notes with release-drafter.yml by @ctran in https://github.com/ctran/annotate_models/pull/846
- Enable bundler caching for travis by @Taher-Ghaleb in https://github.com/ctran/annotate_models/pull/853
- Fix typo invlaid -> invalid by @olleolleolle in https://github.com/ctran/annotate_models/pull/835
- Use ruby/setup-ruby since actions/ruby is deprecated by @ctran in https://github.com/ctran/annotate_models/pull/855
- Bump puma from 4.3.3 to 4.3.5 in /spec/integration/rails_6.0.2.1 by @dependabot in https://github.com/ctran/annotate_models/pull/808
- Bump puma from 4.3.3 to 4.3.5 in /spec/integration/rails_5.2.4.1 by @dependabot in https://github.com/ctran/annotate_models/pull/809
- Bump websocket-extensions from 0.1.4 to 0.1.5 in /spec/integration/rails_5.2.4.1 by @dependabot in https://github.com/ctran/annotate_models/pull/812
- Bump websocket-extensions from 0.1.4 to 0.1.5 in /spec/integration/rails_6.0.2.1 by @dependabot in https://github.com/ctran/annotate_models/pull/813
- Bump rack from 2.1.2 to 2.2.3 in /spec/integration/rails_6.0.2.1 by @dependabot in https://github.com/ctran/annotate_models/pull/819
- Bump rack from 2.1.2 to 2.2.3 in /spec/integration/rails_5.2.4.1 by @dependabot in https://github.com/ctran/annotate_models/pull/820
- Allow
get_loaded_model to succeed when $LOAD_PATH contains non-string values by @Hamms in https://github.com/ctran/annotate_models/pull/848
- Fix ci: conflicts with removed gems by @ocarta-l in https://github.com/ctran/annotate_models/pull/865
- Fix CI builds and update dependencies by @ctran in https://github.com/ctran/annotate_models/pull/884
get_loaded_model_by_path is supposed to be nil-safe by @sato11 in https://github.com/ctran/annotate_models/pull/883
- Bump puma from 4.3.7 to 5.3.2 in /spec/integration/rails_5.2.4.1 by @dependabot in https://github.com/ctran/annotate_models/pull/887
- Bump nokogiri from 1.11.2 to 1.11.7 in /spec/integration/rails_6.0.2.1 by @dependabot in https://github.com/ctran/annotate_models/pull/886
- Fix: use klass.table_name instead of guessing from associated models by @ocarta-l in https://github.com/ctran/annotate_models/pull/847
- Fix undefined method error when spatial column does not have
srid by @oieioi in https://github.com/ctran/annotate_models/pull/920
- Loosen activerecord restriction to work with rails 7 by @dabit in https://github.com/ctran/annotate_models/pull/912
- Bump puma from 5.3.2 to 5.6.1 in /spec/integration/rails_5.2.4.1 by @dependabot in https://github.com/ctran/annotate_models/pull/925
- Bump addressable from 2.7.0 to 2.8.0 in /spec/integration/rails_6.0.2.1 by @dependabot in https://github.com/ctran/annotate_models/pull/889
New Contributors
- @henrik made their first contribution in https://github.com/ctran/annotate_models/pull/759
- @erikkessler1 made their first contribution in https://github.com/ctran/annotate_models/pull/774
- @tmr08c made their first contribution in https://github.com/ctran/annotate_models/pull/791
- @ethanbresler made their first contribution in https://github.com/ctran/annotate_models/pull/767
- @vfonic made their first contribution in https://github.com/ctran/annotate_models/pull/776
- @paul-mannino made their first contribution in https://github.com/ctran/annotate_models/pull/686
- @javawizard made their first contribution in https://github.com/ctran/annotate_models/pull/803
- @macobo made their first contribution in https://github.com/ctran/annotate_models/pull/801
- @onk made their first contribution in https://github.com/ctran/annotate_models/pull/844
- @Taher-Ghaleb made their first contribution in https://github.com/ctran/annotate_models/pull/853
- @Hamms made their first contribution in https://github.com/ctran/annotate_models/pull/848
- @ocarta-l made their first contribution in https://github.com/ctran/annotate_models/pull/865
- @sato11 made their first contribution in https://github.com/ctran/annotate_models/pull/883
- @dabit made their first contribution in https://github.com/ctran/annotate_models/pull/912
Full Changelog: https://github.com/ctran/annotate_models/compare/v3.1.0...v3.2.0
Ruby