Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MVP O P #24

Open
wants to merge 78 commits into
base: master
Choose a base branch
from
Open

MVP O P #24

wants to merge 78 commits into from

Conversation

Ridou
Copy link

@Ridou Ridou commented Feb 10, 2015

@amgando
Hi Sherif, this is an educational platform and I am starting the 4 feature classroom with a notebook. On this barebones MVP I put the routes for a user to CRUD his own notes. In future releases I will include AJAX to the notebooks to be able to edit on the fly without having to refresh the page. I want to also scroll through last page and next page using drag and drop javascript function. I will be using a youtube API and also read into adding a sinatra chat for social interaction.

Thank you for making these passion projects because I am really motivated to work on this every day, so I will update you progressively.

I wanted to know if by using Javascript with Ajax if it is possible to drag and drop images into a note, and present it.

Jesse Farmer and others added 30 commits February 16, 2013 17:08
- rake db:create creates test and development databases
- rake db:drop drops test and development databases
- rake db:test_prepare to migrate test database
In `sinatra_skeleton` we use naive Rack to launch
the web server.  Students might forget or be
mistaken in thinking that **this** starter pack
should be launched in the same way.

Ensure that we document the assumption that they
use Thin to run the server.
There were some deails about the helpers
definitions that could trip beginners up e.g:

1.  Helpers are only read once
1.  They require server restart to be seen
1.  Changes are not dynamically re-incorporated
1.  etc.

Document these expectations *and also* actually
use a helper `em()` so that students can
understand how they connect to templates.
Get students used to seeing the most popular
richer-text syntax.
johana-star and others added 28 commits February 20, 2014 21:10
We were still using `should` which is deprecated.
This test was broken by means of having a redirect
respond to POST to `/bands`.
* Make RSpec output read more cleanly
* Relocate variable definition
…on-testing-to-challenge-repo

Add integration testing to challenge repo
Require version ~>4.1 for ActiveRecord and ActiveSupport
…-readme

Update README to match intention of master branch
@jareddbc
Copy link

WHOA! This pull request looks VERY different. How did you get all these commits from Jessy Farmer and Jeffrey Wescott?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants