Ruby on Rails Ruby 56,885 MIT 21,853 505 808 Updated May 14, 2025 sdoc Public Standalone sdoc generator JavaScript 820 133 1 5 Updated May 14, 2025 website Public HTML 82 117 3 13 Updated May 13, 2025 solid_cache Public A database-backed ActiveSupport::Cache::Store Ruby...
In addition to that, Rails also comes with: Action Mailer, a library to generate and send emails Action Mailbox, a library to receive emails within a Rails application Active Job, a framework for declaring jobs and making them run on a variety of queuing backends Action Cable, a framework ...
.github Run system test on Devcontainer smoke test Jun 13, 2024 actioncable :nodoc: for ActionCable::Connection::TestCookies Jun 1, 2024 actionmailbox Enable Rails minitest plugin in our rake tasks May 24, 2024 actionmailer Enable Rails minitest plugin in our rake tasks ...
Meilisearch integration for Ruby on Rails. Contribute to meilisearch/meilisearch-rails development by creating an account on GitHub.
Require everything (bundler, rails/assets and rails/migrations):# Capfile require 'capistrano/rails'Or require just what you need manually:# Capfile require 'capistrano/bundler' # Rails needs Bundler, right? require 'capistrano/rails/assets' require 'capistrano/rails/migrations'...
Notifications for Ruby on Rails applications. Contribute to excid3/noticed development by creating an account on GitHub.
atcoder/adt_easy_20250304_1 IDK Mar 4, 2025 base oop Mar 2, 2025 mini-project done Mar 8, 2025 programmers done Mar 12, 2025 .gitignore Initial commit Mar 2, 2025 README.md Initial commit Mar 2, 2025 Repository files navigation README ruby-on-railsAbout...
Gitee 极速下载/Rails 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库:https://github.com/rails/rails main 克隆/下载
$ rails new myapp where "myapp" is the application name. Change directory to myapp and start the web server: $ cd myapp $ rails server Run with --help or -h for options. Using a browser, go to http://localhost:3000 and you'll see: "Yay! You’re on Rails!" Follow the guidel...
rails new myapp where “myapp” is the application name. Change directory to myapp and start the web server: cd myapp; rails server Run with --help for options. Go to localhost:3000 and you’ll see: "Welcome aboard: You're riding Ruby on Rails!" Follow the guidelines to start devel...