activestorage-aliyun
Ruby on Rails
activestorage-aliyun | Ruby on Rails | |
---|---|---|
2 | 499 | |
131 | 55,576 | |
- | 0.4% | |
4.0 | 10.0 | |
10 months ago | 2 days ago | |
Ruby | Ruby | |
MIT License | MIT 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.
activestorage-aliyun
-
My project: railstart app
aliyun, qiniu, tencent cloud storage
-
railstart-niceadmin support more features
- Support [aliyun](https://github.com/huacnlee/activestorage-aliyun), [qiniu](https://rubygems.org/gems/activestorage_qiniu) cloud storage
Ruby on Rails
- SQLite on Rails: The how and why of optimal performance
-
Squash Your Ruby and Rails Bugs Faster
Coincidentally, the default Puma configuration in the most recent Rails release is similar to what's shown here (thanks to Nate Matykiewicz for the tip).
-
Moving From auto_strip_attributes to normalizes
Starting in Rails 7.1 we have "normalizes" as a declaration to make in our models. It provides the same functionality, but in a different manner.
-
Rails Guides 7.2 in Spanish Translated with OpenAI
MR to update Spanish translation
-
Diversify Your Tech Stack: Uncovering Powerful Node js Alternatives
It is also known to build secure applications, and the active community does well at finding solutions to the newest vulnerabilities. The Ruby and Ruby on Rails documentation are great resources for delving into this ecosystem, but if you prefer a guided path, The Odin Project open-source community would be an excellent start.
-
Stop Relying on If Not Exists for Concurrent Index Creation in PostgreSQL
Hey Andrew! So good to see you here. I agree with everything you said 100%. I am honestly split, because I was the first one recommending engineers if_not_exists, but now I am torn, because this can lead to very weird issues in production, esp. for ActiveRecord apps, and maintaining a "invalid index reaper job" doesn't sound like a good long term solution.
I did suggest some proposals to Rails here and would love to propose a PR based on a solution that makes the most sense too
https://github.com/rails/rails/issues/52583
- Ruby on Rails 7.2 Released
-
Ask HN: Learning Ruby on Rails?
I think the hardest part is deciding which gems to use. It's not uncommon to end up with over 50 gems in your Gemfile.
For example, built-in capabilities for authentication are limited: https://github.com/rails/rails/issues/50446
So then do you go with has_secure_password/etc., Devise, rodauth, authentication-zero, or something else? These are big decisions that then might affect other things like authorization, OAuth, PassKey, etc.
And that's authentication & authorization which are a relatively well-understood and maintained area, but other areas might have totally unmaintained gems that might have issues with recent versions of Rails, or native module compilation issues with more recent versions of operating systems, etc.
A lot of Rails guidance on blog posts and StackOverflow might be outdated.
This problem is not unique to Rails. I still think Rails is great and relatively vibrant. Nevertheless, I suggest being very wary of Rails guides, blog posts, and StackOverflow answers that are more than 1 year old and doing a careful study and inventory of gems before deciding to use them and reviewing their relative recent usage and activity.
-
What's Coming in Ruby on Rails 7.2: Database Features in Active Record
In Rails 7.2, this option changes from query_constraints to foreign_keys. Besides the parameter name change, some interesting discussions are underway about plans to repurpose the original query_constraints name by freeing it up.
-
How to setup Rails Guides for offline use
The guides are inside the Rails repository - https://github.com/rails/rails/tree/main/guides.
What are some alternatives?
loaf - Manages and displays breadcrumb trails in Rails app - lean & mean.
Roda - Routing Tree Web Toolkit
Sidekiq - Simple, efficient background processing for Ruby
Hanami - The web, with simplicity.
turbo - The speed of a single-page web application without having to write any JavaScript
Sinatra - Classy web-development dressed in a DSL (official / canonical repo)
TinyMCE - The world's #1 JavaScript library for rich text editing. Available for React, Vue and Angular
CodeBehind Framework - CodeBehind library is a modern backend framework. This library is a programming model based on the MVC structure, which provides the possibility of creating dynamic aspx files in .NET Core and has high serverside independence.
groupdate - The simplest way to group temporal data
Cuba - Rum based microframework for web development.
Stimulus - A modest JavaScript framework for the HTML you already have
Padrino - Padrino is a full-stack ruby framework built upon Sinatra.