https://github.com/prodis/foogifs
https://github.com/prodis/foogifs
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/prodis/foogifs
- Owner: prodis
- Created: 2015-12-22T06:46:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-22T12:52:03.000Z (over 10 years ago)
- Last Synced: 2025-02-02T18:44:57.082Z (over 1 year ago)
- Language: Ruby
- Size: 1.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Foogifs
## Dependencies
* Ruby 2.2.3
* Sqlite
## Setup
All setup must be done through this script:
```
bin/setup
```
## Running
```
bin/rails server
```
## Testing
```
bin/rspec
```
## TODO
* Replace "Result limits" by "Load more..." feature;
* Show gifs in a grid;
* Angular.js unit test (Jasmine, PhantomJs);
* Features specs (Capybara, Selenium);
* Refactory (optimize) SearchController#index action;
* Better layout.