Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saberma/ruby-dev-bookmarks
A list of ruby development resources I've collected. Pull requests are welcome.
https://github.com/saberma/ruby-dev-bookmarks
Last synced: about 1 month ago
JSON representation
A list of ruby development resources I've collected. Pull requests are welcome.
- Host: GitHub
- URL: https://github.com/saberma/ruby-dev-bookmarks
- Owner: saberma
- Created: 2013-06-24T14:59:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-02T04:01:26.000Z (over 10 years ago)
- Last Synced: 2024-12-08T21:53:17.507Z (about 1 month ago)
- Homepage:
- Size: 385 KB
- Stars: 414
- Watchers: 59
- Forks: 85
- Open Issues: 0
-
Metadata Files:
- Readme: README-zh-CN.md
Awesome Lists containing this project
- fucking-lists - ruby-dev-bookmarks
- awesomelist - ruby-dev-bookmarks
- awesome-starz - saberma/ruby-dev-bookmarks - A list of ruby development resources I've collected. Pull requests are welcome. (Others)
- collection - ruby-dev-bookmarks
- lists - ruby-dev-bookmarks
- awesome-awesomes - Ruby Development Bookmarks - A list of ruby development resources I've collected (Ruby)
- awesome-awesome - saberma
README
## 用户
### [Sorcery](https://github.com/NoamB/sorcery)
Sorcery 提供最小化的登录注册接口,良好的模块化设计使得定制化时不会像 [Devise](https://github.com/plataformatec/devise) 那么痛苦。
[登录、注册](http://asciicasts.com/episodes/283-authentication-with-sorcery) 的控制器、[发送激活邮件](https://github.com/NoamB/sorcery/wiki/User-Activation)等需要自己编写。
## 邮件
### [Letter Opener Web](https://github.com/fgrehm/letter_opener_web)
开发环境下,调试邮件发送及内容比较麻烦,使用 [Letter Opener](https://github.com/ryanb/letter_opener) 会将邮件内容保存在本地文件,不进行发送,而是直接打开浏览器显示邮件的内容,方便调试。
[Letter Opener Web] 则在其基础上提供邮件列表查看功能。![image](https://raw.githubusercontent.com/sunny/letter_opener_web/dd5e4242664967ab206d5118ce55c3220ab1bdac/demo/screenshot.png)