The Rails Command Line - Ruby on Rails Guides - 0 views
-
rake --tasks
-
Think of destroy as the opposite of generate.
-
runner runs Ruby code in the context of Rails non-interactively
- ...28 more annotations...
博客來-代碼之殤(原書第2版) - 2 views
Security/Server Side TLS - MozillaWiki - 0 views
-
The goal of this document is to help operational teams with the configuration of TLS on servers. All Mozilla sites and deployment should follow the recommendations below. The Operations Security (OpSec) team maintains this document as a reference guide to navigate the TLS landscape. It contains information on TLS protocols, known issues and vulnerabilities, configuration examples and testing tools. Changes are reviewed and merged by the OpSec team, and broadcasted to the various Operational teams.
http://gibber.mat.ucsb.edu/ - 0 views
jvehent/cipherscan - 0 views
Sysdig | Home - 0 views
Fluentd | Open Source Data Collector - 0 views
Authentication, Permissions and Roles in Rails with Devise, CanCan and Role Model | Phase2 - 0 views
-
Devise is a modular user authentication system
-
just gradually investigating the components you need for your app and configuring them as you need
-
define permissions
Phabricator - 0 views
Run Reference - Docker Documentation - 0 views
-
In detached mode (-d=true or just -d), all I/O should be done through network connections or shared volumes because the container is no longer listening to the command line where you executed docker run.
-
start the process in the container and attach the console to the process's standard input, output, and standard error. It can even pretend to be a TTY (this is what most command line executables expect) and pass along signals.
-
For interactive processes (like a shell) you will typically want a tty as well as persistent standard input (STDIN), so you'll use -i -t together in most interactive cases.
How to Use Docker on OS X: The Missing Guide | Viget - 0 views
-
Docker is a client-server application.
-
The Docker server is a daemon that does all the heavy lifting: building and downloading images, starting and stopping containers, and the like. It exposes a REST API for remote management.
-
The Docker client is a command line program that communicates with the Docker server using the REST API.
- ...9 more annotations...
How To Install and Use Docker: Getting Started | DigitalOcean - 0 views
-
docker as a project offers you the complete set of higher-level tools to carry everything that forms an application across systems and machines - virtual or physical - and brings along loads more of great benefits with it
-
docker daemon: used to manage docker (LXC) containers on the host it runs
-
docker CLI: used to command and communicate with the docker daemon
- ...20 more annotations...
Active Record Migrations - Ruby on Rails Guides - 0 views
-
a convenient way to alter your database schema
-
each migration as being a new 'version' of the database
-
On databases that support transactions with statements that change the schema, migrations are wrapped in a transaction
- ...14 more annotations...
Better Rails logging | poor effort - 0 views
数据库的最简单实现 - 阮一峰的网络日志 - 0 views
« First
‹ Previous
1321 - 1340 of 1422
Next ›
Last »
Showing 20▼ items per page