GitHub - atech/postal: - 0 views
Server.js - server.js - 0 views
一个故事讲完https - 0 views
plataformatec/simple_form - 0 views
-
The basic goal of Simple Form is to not touch your way of defining the layout
-
by default contains label, hints, errors and the input itself
-
Simple Form acts as a DSL and just maps your input type (retrieved from the column definition in the database) to a specific helper method.
- ...68 more annotations...
循序漸進理解 HTTP Cache 機制 | TechBridge 技術共筆部落格 - 0 views
-
減少資源的損耗
-
Cache,台灣翻譯叫做快取,中國翻譯叫做緩存
-
用到這些資訊的時候,都可以用極快的速度撈出來,而不是再到資料庫裡面重新算一次
- ...9 more annotations...
How to Redirect a Web Page | CSS-Tricks - 0 views
Deploying Rails Apps, Part 6: Writing Capistrano Tasks - Vladi Gleba - 0 views
-
we can write our own tasks to help us automate various things.
-
organizing all of the tasks here under a namespace
-
upload a file from our local computer.
- ...27 more annotations...
elabs/pundit: Minimal authorization through OO design and pure Ruby classes - 0 views
-
The class implements some kind of query method
-
Pundit will call the current_user method to retrieve what to send into this argumen
-
put these classes in app/policies
- ...49 more annotations...
我必须得告诉大家的MySQL优化原理 - 简书 - 0 views
-
很多的查询优化工作实际上就是遵循一些原则让MySQL的优化器能够按照预想的合理方式运行而已
-
MySQL客户端/服务端通信协议是“半双工”的:在任一时刻,要么是服务器向客户端发送数据,要么是客户端向服务器发送数据,这两个动作不能同时发生。
-
当查询语句很长的时候,需要设置max_allowed_packet参数。
- ...70 more annotations...
Interviewing a front-end developer - 0 views
RolifyCommunity/rolify: Role management library with resource scoping - 0 views
-
authentication gem
-
authorization gem
-
Role and User classes are the default
- ...2 more annotations...
MySQL 到底能不能放到 Docker 里跑? - 0 views
-
忙碌又容易出错的工作其实是无意义的
-
单机多实例运行 MySQL
-
MySQL 运行的就是个进程而且对 IO 要求比较高
- ...12 more annotations...
How to Test Rails Models with RSpec - Semaphore - 0 views
-
Behaviour-driven Development (BDD) as a software development process is composed of multiple subtechniques.
-
Models can sometimes be full-blown objects with rich behaviour.
-
An alternative is to use the shoulda gem.
- ...3 more annotations...
« First
‹ Previous
521 - 540 of 1422
Next ›
Last »
Showing 20▼ items per page