Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
buttondownben committed Sep 18, 2013
1 parent 1d09ca1 commit 37dae74
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Database-Support.md
@@ -1,5 +1,5 @@
# Database Support
> _Note: You are viewing the Sails.js v0.9.0 documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
> _Note: You are viewing the Sails.js v0.9.x documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
Sails uses [Waterline](https://github.com/balderdashy/waterline) as its ORM, and supports all databases which have waterline adapters:

Expand Down
2 changes: 1 addition & 1 deletion Guide:-Login-Example.md
@@ -1,4 +1,4 @@
> _Note: You are viewing the Sails.js v0.9.0 documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
> _Note: You are viewing the Sails.js v0.9.x documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
This example uses the [bcrypt](https://github.com/ncb000gt/node.bcrypt.js) module to securely encrypt and compare passwords.
By default, the login action would be triggered in response to requests for /session/login; this behavior can be configured using [custom routes](https://github.com/balderdashy/sails/wiki/routes).
Expand Down
2 changes: 1 addition & 1 deletion Home.md
@@ -1,4 +1,4 @@
> _**Note:** You are viewing the Sails.js v0.9.0 documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
> _**Note:** You are viewing the Sails.js v0.9.x documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
<!--
Building Your Own Adapters
Expand Down
2 changes: 1 addition & 1 deletion Migration-Guide.md
@@ -1,6 +1,6 @@
# Migration Guide

> _**Note:** You are viewing the Sails.js v0.9.0 documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
> _**Note:** You are viewing the Sails.js v0.9.x documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
Sail 0.9.x is a major upgrade from 0.8.x and you will need to make some changes in order for your application
to be compatible with the new version. This guide will walk you through what has changed and what you
Expand Down
2 changes: 1 addition & 1 deletion What-Is-Sails.md
@@ -1,5 +1,5 @@
# What is Sails?
> _**Note:** You are viewing the Sails.js v0.9.0 documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
> _**Note:** You are viewing the Sails.js v0.9.x documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
Sails makes it easy to build custom, enterprise-grade Node.js apps. It is designed to resemble the MVC architecture from frameworks like Ruby on Rails, but with support for the more modern, data-oriented style of web app development.
You can do all the things you're used to with MVC frameworks like CakePHP, Grails, Symfony, etc., but Sails is especially good for building APIs, single page apps/sites, and realtime features like chat.
Expand Down
2 changes: 1 addition & 1 deletion asset-management.md
@@ -1,5 +1,5 @@
# Asset Management
> _**Note:** You are viewing the Sails.js v0.9.0 documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
> _**Note:** You are viewing the Sails.js v0.9.x documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
Sails uses a very powerful tool called [Grunt](https://github.com/gruntjs/grunt) to manage assets.

Expand Down
2 changes: 1 addition & 1 deletion assets.md
@@ -1,5 +1,5 @@
# Assets
> _**Note:** You are viewing the Sails.js v0.9.0 documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
> _**Note:** You are viewing the Sails.js v0.9.x documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
Assets refer to anything (js, css, html, images, etc) that needs to be accessible to the outside world.
The `assets` folder is where all of your assets will go, and will be served as static assets.
Expand Down
2 changes: 1 addition & 1 deletion config.sockets.md
@@ -1,5 +1,5 @@
#Socket Configuration
> _Note: You are viewing the Sails.js v0.9.0 documentation. If you&rsquo;re looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
> _Note: You are viewing the Sails.js v0.9.x documentation. If you&rsquo;re looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
These configuration options provide transparent access to Sails&rsquo; encapsulated pubsub/socket server for complete customizability.

Expand Down
2 changes: 1 addition & 1 deletion configuration.md
@@ -1,5 +1,5 @@
#Configuration
> _**Note:** You are viewing the Sails.js v0.9.0 documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
> _**Note:** You are viewing the Sails.js v0.9.x documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
###Contents:
####[404](https://github.com/balderdashy/sails-wiki/blob/0.9/config.404.md)
Expand Down
2 changes: 1 addition & 1 deletion controllers.md
@@ -1,5 +1,5 @@
#Controllers
> _**Note:** You are viewing the Sails.js v0.9.0 documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
> _**Note:** You are viewing the Sails.js v0.9.x documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
## What is a Controller?
Sails controllers work very similarly to controllers in other MVC frameworks. Think of controllers
Expand Down
2 changes: 1 addition & 1 deletion custom-adapters.md
@@ -1,5 +1,5 @@
# Adapters
> _**Note:** You are viewing the Sails.js v0.9.0 documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
> _**Note:** You are viewing the Sails.js v0.9.x documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._

####*See [sails-adapter-boilerplate](https://github.com/balderdashy/sails-adapter-boilerplate) for a quick start guide.*
Expand Down
2 changes: 1 addition & 1 deletion deployment.md
@@ -1,5 +1,5 @@
# Deploying your Sails.js application
> _**Note:** You are viewing the Sails.js v0.9.0 documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
> _**Note:** You are viewing the Sails.js v0.9.x documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._

## Before You Deploy
Expand Down
2 changes: 1 addition & 1 deletion models.md
@@ -1,5 +1,5 @@
# Models
> _**Note:** You are viewing the Sails.js v0.9.0 documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
> _**Note:** You are viewing the Sails.js v0.9.x documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
Like most MVC frameworks, Sails provides an ORM (Object Relational Mapping) called
[Waterline](https://github.com/balderdashy/waterline) for normalizing interactions with models,
Expand Down
2 changes: 1 addition & 1 deletion policies.md
@@ -1,5 +1,5 @@
# Policies (ACL)
> _**Note:** You are viewing the Sails.js v0.9.0 documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
> _**Note:** You are viewing the Sails.js v0.9.x documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
So, you don&rsquo;t want your mom to access your secret stash of ... code? Here's how you can make that happen.

Expand Down
2 changes: 1 addition & 1 deletion routes.md
@@ -1,5 +1,5 @@
#Routes
> _**Note:** You are viewing the Sails.js v0.9.0 documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
> _**Note:** You are viewing the Sails.js v0.9.x documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
This table routes urls to controllers/actions.

Expand Down
2 changes: 1 addition & 1 deletion services.md
@@ -1,5 +1,5 @@
#Services
> _**Note:** You are viewing the Sails.js v0.9.0 documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
> _**Note:** You are viewing the Sails.js v0.9.x documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
Alright. Close your eyes, and take a deep breath. You are on a beautiful torpical island, in the middle of the ocean.
The sun bathes you in its warm glow as you stare out at the horizon. The waves splash calmly on the shore, just inches
Expand Down
2 changes: 1 addition & 1 deletion sockets.md
@@ -1,5 +1,5 @@
# Sockets / Pubsub
> _**Note:** You are viewing the Sails.js v0.9.0 documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
> _**Note:** You are viewing the Sails.js v0.9.x documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
## Contents

Expand Down
2 changes: 1 addition & 1 deletion translation.md
@@ -1,5 +1,5 @@
# Translation (i18n)
> _**Note:** You are viewing the Sails.js v0.9.0 documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
> _**Note:** You are viewing the Sails.js v0.9.x documentation. If you're looking for information on v0.8.x, please visit [here](http://08x.sailsjs.org)._
## Locale
All locale files live under `config/locales`. Here is where you can add locale data as JSON key-value pairs. The name of the file should match the language that you are supporting, which allows for automatic language detection based on the user request.
Expand Down

0 comments on commit 37dae74

Please sign in to comment.