Skip to content

Commit f224b76

Browse files
committed
update some links
1 parent 296e4c6 commit f224b76

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Thanks to all [contributors](https://github.com/markets/awesome-ruby/graphs/cont
125125

126126
## Abstraction
127127

128-
* [ActiveInteraction](https://github.com/orgsync/active_interaction) - Manage application specific business logic.
128+
* [ActiveInteraction](https://github.com/AaronLasseigne/active_interaction) - Manage application specific business logic.
129129
* [Cells](https://github.com/trailblazer/cells) - View Components for Rails.
130130
* [Decent Exposure](https://github.com/hashrocket/decent_exposure) - A helper for creating declarative interfaces in controllers.
131131
* [Docile](https://github.com/ms-ati/docile) - A tiny library that lets you map a DSL (domain specific language) to your Ruby objects in a snap.
@@ -134,7 +134,7 @@ Thanks to all [contributors](https://github.com/markets/awesome-ruby/graphs/cont
134134
* [Light Service](https://github.com/adomokos/light-service) - Series of Actions with an emphasis on simplicity.
135135
* [Mutations](https://github.com/cypriss/mutations) - Compose your business logic into commands that sanitize and validate input.
136136
* [Rails Event Store (RES)](https://github.com/RailsEventStore/rails_event_store) - A library for publishing, consuming, storing and retrieving events. It's your best companion for going with an event-driven architecture for your Rails application.
137-
* [Responders](https://github.com/plataformatec/responders) - A set of Rails responders to dry up your application.
137+
* [Responders](https://github.com/heartcombo/responders) - A set of Rails responders to dry up your application.
138138
* [Surrounded](https://github.com/saturnflyer/surrounded) - Encapsulated related objects in a single system to add behavior during runtime. Extensible implementation of DCI.
139139
* [Trailblazer](https://github.com/trailblazer/trailblazer) - Trailblazer is a thin layer on top of Rails. It gently enforces encapsulation, an intuitive code structure and gives you an object-oriented architecture.
140140
* [ViewComponent](https://github.com/github/view_component) - View components for Rails.
@@ -198,7 +198,7 @@ Thanks to all [contributors](https://github.com/markets/awesome-ruby/graphs/cont
198198

199199
* [Authlogic](https://github.com/binarylogic/authlogic) - Authlogic is a clean, simple, and unobtrusive ruby authentication solution.
200200
* [Clearance](https://github.com/thoughtbot/clearance) - Small and simple email & password based authentication for Rails.
201-
* [Devise](https://github.com/plataformatec/devise) - A flexible authentication solution for Rails based on Warden.
201+
* [Devise](https://github.com/heartcombo/devise) - A flexible authentication solution for Rails based on Warden.
202202
* [JWT](https://github.com/jwt/ruby-jwt) - JSON Web Token implementation in Ruby.
203203
* [Knock](https://github.com/nsarno/knock) - Seamless JWT authentication for Rails API.
204204
* [Monban](https://github.com/halogenandtoast/monban) - A very simple and extensible user authentication library for rails.
@@ -426,7 +426,7 @@ Best suited for map-reduce or e.g. parallel downloads/uploads.
426426

427427
## Data Visualization
428428

429-
* [Chartkick](http://ankane.github.io/chartkick/) - Create beautiful Javascript charts with one line of Ruby. Works with Rails, Sinatra and most browsers (including IE 6).
429+
* [Chartkick](http://chartkick.com/) - Create beautiful Javascript charts with one line of Ruby.
430430
* [GeoPattern](https://github.com/jasonlong/geo_pattern) - Create beautiful generative geometric background images from a string.
431431
* [LazyHighCharts](https://github.com/michelson/lazy_high_charts) - A simple and extremely flexible way to use HighCharts from ruby code. Tested on Ruby on Rails, Sinatra and Nanoc, but it should work with others too.
432432
* [ApexCharts.rb](https://github.com/styd/apexcharts.rb) - Awesome charts for your ruby app. Works on any ruby app, including Rails app. It even works on plain HTML+ERB files.
@@ -499,7 +499,7 @@ Best suited for map-reduce or e.g. parallel downloads/uploads.
499499
## Decorators
500500

501501
* [Draper](https://github.com/drapergem/draper) - Draper adds an object-oriented layer of presentation logic to your Rails application.
502-
* [ShowFor](https://github.com/plataformatec/show_for) - Quickly show a model information with I18n features. Like form_for for displaying model data.
502+
* [ShowFor](https://github.com/heartcombo/show_for) - Quickly show a model information with I18n features. Like form_for for displaying model data.
503503

504504
## DevOps Tools
505505

@@ -572,9 +572,8 @@ Best suited for map-reduce or e.g. parallel downloads/uploads.
572572
* [LetterOpener](https://github.com/ryanb/letter_opener) - Preview mail in the browser instead of sending.
573573
* [Mail](https://github.com/mikel/mail) - A Really Ruby Mail Library.
574574
* [MailCatcher](https://mailcatcher.me) - Catches mail and serves it through a dream.
575-
* [MailForm](https://github.com/plataformatec/mail_form) - Send e-mail straight from forms in Rails with I18n, validations, attachments and request information.
575+
* [MailForm](https://github.com/heartcombo/mail_form) - Send e-mail straight from forms in Rails with I18n, validations, attachments and request information.
576576
* [Maily](https://github.com/markets/maily) - A Rails Engine to manage, test and navigate through all your email templates of your app, being able to preview them directly in your browser.
577-
* [Markerb](https://github.com/plataformatec/markerb) - Allows you to render multipart e-mails from a single template written in Markdown.
578577
* [MidiSmtpServer](https://4commerce-technologies-ag.github.io/midi-smtp-server/) - The highly customizable ruby SMTP-Service library with builtin support for AUTH and SSL/STARTTLS, 8BITMIME and SMTPUTF8, IPv4 and IPv6 and more.
579578
* [Pony](https://github.com/benprew/pony) - The express way to send mail from Ruby.
580579
* [Postal](https://github.com/atech/postal) - A fully featured open source mail delivery platform for incoming & outgoing e-mail.
@@ -649,7 +648,7 @@ Best suited for map-reduce or e.g. parallel downloads/uploads.
649648
* [Rails Bootstrap Forms](https://github.com/bootstrap-ruby/rails-bootstrap-forms) - Rails form builder that makes it super easy to create beautiful-looking forms with Twitter Bootstrap 3+.
650649
* [Rapidfire](https://github.com/code-mancers/rapidfire) - Making dynamic surveys should be easy!
651650
* [Reform](https://github.com/apotonick/reform) - Gives you a form object with validations and nested setup of models. It is completely framework-agnostic and doesn't care about your database.
652-
* [Simple Form](https://github.com/plataformatec/simple_form) - Rails forms made easy.
651+
* [Simple Form](https://github.com/heartcombo/simple_form) - Rails forms made easy.
653652

654653
## Game Development and Graphics
655654

@@ -770,7 +769,7 @@ Best suited for map-reduce or e.g. parallel downloads/uploads.
770769
* [Lograge](https://github.com/roidrage/lograge) - An attempt to tame Rails' default policy to log everything.
771770
* [MongoDB Logger](https://github.com/le0pard/mongodb_logger) - MongoDB logger for Rails.
772771
* [Scrolls](https://github.com/asenchi/scrolls) - Simple logging.
773-
* [Semantic Logger](https://rocketjob.github.io/semantic_logger/) - Scalable, next generation enterprise logging for Ruby.
772+
* [Semantic Logger](https://logger.rocketjob.io/) - Scalable, next generation enterprise logging for Ruby.
774773
* [Syslogger](https://github.com/crohr/syslogger) - A drop-in replacement for the standard Logger Ruby library, that logs to the syslog instead of a log file.
775774
* [Timber](https://github.com/timberio/timber-ruby) - Simple structured logging with context.
776775
* [Yell](https://github.com/rudionrails/yell) - Your Extensible Logging Library.
@@ -1092,7 +1091,7 @@ Best suited for map-reduce or e.g. parallel downloads/uploads.
10921091
* [chewy](https://github.com/toptal/chewy) - High-level Elasticsearch Ruby framework based on the official elasticsearch-ruby client.
10931092
* [elasticsearch-ruby](https://github.com/elastic/elasticsearch-ruby) - Ruby integrations for Elasticsearch.
10941093
* [elastics](https://github.com/printercu/elastics-rb) - Simple ElasticSearch client with support for migrations and ActiveRecord integration.
1095-
* [has_scope](https://github.com/plataformatec/has_scope) - Has scope allows you to easily create controller filters based on your resources named scopes.
1094+
* [has_scope](https://github.com/heartcombo/has_scope) - Has scope allows you to easily create controller filters based on your resources named scopes.
10961095
* [Mongoid Search](https://github.com/mauriciozaffari/mongoid_search) - Simple full text search implementation for Mongoid.
10971096
* [pg_search](https://github.com/Casecommons/pg_search) - Builds ActiveRecord named scopes that take advantage of PostgreSQL's full text search.
10981097
* [ransack](https://github.com/activerecord-hackery/ransack/) - Object-based searching.
@@ -1333,7 +1332,7 @@ Online tools, services and APIs to simplify development.
13331332
* [OctoLinker](https://github.com/OctoLinker/browser-extension) - Navigate through projects on GitHub.com efficiently with the OctoLinker browser extension.
13341333
* [SemaphoreCI](https://semaphoreci.com) - Hosted continuous integration and deployment service for open source and private projects.
13351334
* [Sider](https://sider.review/) - Automated Code Review with GitHub PR. Monitoring Style Violations, Quality, Security, Dependencies.
1336-
* [Travis CI.com](https://travis-ci.com) - Test and Deploy Your Code with Confidence.
1335+
* [Travis CI](https://travis-ci.com) - Test and Deploy Your Code with Confidence.
13371336

13381337
# Resources
13391338

0 commit comments

Comments
 (0)