Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog


Ruby on Rails blog example which works on redactor-rails and pg_search gems.


All you need to run it on your machine.

Install PostgreSQL

postgresql.org/download/

Change config/database.yml

White your user name and database name in.

development:
  <<: *default
  database: Blog_development
  username: user_name

test:
  <<: *default
  database: Blog_test
  username: user_name

Use command if you do not know user name of your Postgres base:

$ psql postgres -c '\du'

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages