Last active
April 22, 2020 18:42
-
-
Save stevenbarragan/fae2808dd4780c4a30b8 to your computer and use it in GitHub Desktop.
Revisions
-
stevenbarragan revised this gist
Sep 2, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Welcome to StackTest! ### Task * Build a RESTFUL API for Quote model * Validate presence of text. * Test the API ### Requirements -
stevenbarragan revised this gist
Feb 12, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Welcome to StackTest! * Tests are required. * Doesn't matter which test suite you use. * No scaffolding. * No rails generate. (We want to see you coding, if you need to use it, ask first). * You can use any gem you want. * You can use any editor you want. * Anything not covered on this document, please ask! -
stevenbarragan revised this gist
Feb 12, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Welcome to StackTest! ### Task * Build a RESTFUL API for Quote model * Validate presence and not blank of text * Test the API ### Requirements -
stevenbarragan revised this gist
Feb 12, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Welcome to StackTest! * Tests are required. * Doesn't matter which test suite you use. * No scaffolding. * No rails generate. (if you need to use it, ask first). * You can use any gem you want. * You can use any editor you want. * Anything not covered on this document, please ask! -
stevenbarragan revised this gist
Feb 11, 2015 . 1 changed file with 7 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,11 +15,11 @@ Welcome to StackTest! * Rails. * Doesn't matter which database. * html views are not necessary. * Tests are required. * Doesn't matter which test suite you use. * No scaffolding. * You can use any gem you want. * You can use any editor you want. * Anything not covered on this document, please ask! ##NOTE: No scaffolding -
stevenbarragan revised this gist
Feb 11, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,5 +20,6 @@ Welcome to StackTest! * No scaffold. * You could use any gem you want. * You could use any editor you want. * Anything not cover on this document, please ask! ##NOTE: No scaffold -
stevenbarragan renamed this gist
Feb 11, 2015 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
stevenbarragan created this gist
Feb 11, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ Welcome to StackTest! =================== ##Quotes api ###Model Quote * text type string ### Task * Build a RESTFUL API for Quote model * Validate presence of text * Test the API ### Requirements * Rails. * Doesn't matter which database. * html views are not necessary. * Test are required. * Don't matter which test suite you use. * No scaffold. * You could use any gem you want. * You could use any editor you want. ##NOTE: No scaffold