Jump Start - Darren Jones - Jump Start Sinatra [2013, PDF/EPUB, ENG] + Code

seeders: 5
leechers: 0
Added 11 years ago by D@vidoff in Books  > Non-Fiction

Download Fast Safe Anonymous
movies, software, shows...

Files

Jump Start - Darren Jones - Jump Start Sinatra [2013, PDF/EPUB, ENG] + Code (Size: 6.36 MB)
  Code
  .gitignore 36 B
  chapter01
  bet.rb 301 B
  hello.rb 516 B
  chapter02
  main.rb 258 B
  public
  favicon.ico 4.19 KB
  images
  logo.png 7.91 KB
  sinatra.jpg?042148 27.1 KB
  original
  styles.css 260 B
  views
  about.slim 71 B
  contact.slim 60 B
  home.slim 122 B
  layout.slim 235 B
  nav.slim 151 B
  not_found.slim 118 B
  original
  about.erb 76 B
  contact.erb 65 B
  home.erb 129 B
  layout.erb 504 B
  not_found.erb 130 B
  styles.scss 812 B
  chapter03
  development.db 12 KB
  main.rb 275 B
  public
  favicon.ico 4.19 KB
  images
  logo.png 7.91 KB
  sinatra.jpg?042148 27.1 KB
  song.rb 952 B
  views
  about.slim 71 B
  contact.slim 60 B
  edit_song.slim 129 B
  home.slim 122 B
  layout.slim 235 B
  nav.slim 199 B
  new_song.slim 73 B
  not_found.slim 118 B
  show_song.slim 420 B
  song_form.slim 473 B
  songs.slim 199 B
  styles.scss 841 B
  chapter04
  Gemfile 226 B
  config.ru 41 B
  development.db 12 KB
  main.rb 941 B
  public
  favicon.ico 4.19 KB
  images
  logo.png 7.91 KB
  sinatra.jpg?042148 27.1 KB
  song.rb 1 KB
  views
  about.slim 71 B
  contact.slim 60 B
  edit_song.slim 129 B
  home.slim 122 B
  layout.slim 235 B
  login.slim 231 B
  nav.slim 199 B
  new_song.slim 73 B
  not_found.slim 118 B
  show_song.slim 420 B
  song_form.slim 473 B
  songs.slim 199 B
  styles.scss 841 B
  chapter05
  Gemfile 257 B
  config.ru 41 B
  development.db 12 KB
  main.rb 2.01 KB
  public
  favicon.ico 4.19 KB
  images
  logo.png 7.91 KB
  sinatra.jpg?042148 27.1 KB
  sinatra
  auth.rb 1.02 KB
  song.rb 1.29 KB
  views
  about.slim 71 B
  contact.slim 309 B
  edit_song.slim 129 B
  home.slim 122 B
  layout.slim 321 B
  login.slim 231 B
  nav.slim 304 B
  new_song.slim 73 B
  not_found.slim 118 B
  show_song.slim 420 B
  song_form.slim 473 B
  songs.slim 199 B
  styles.scss 1.03 KB
  unauthorized.slim 82 B
  chapter06
  Gemfile 296 B
  config.ru 41 B
  development.db 12 KB
  main.rb 2.1 KB
  public
  favicon.ico 4.19 KB
  images
  like.png 375 B
  logo.png 7.91 KB
  sinatra.jpg?042148 27.1 KB
  sinatra
  auth.rb 1.02 KB
  song.rb 1.51 KB
  views
  about.slim 71 B
  application.coffee 273 B
  contact.slim 309 B
  edit_song.slim 129 B
  home.slim 122 B
  layout.slim 606 B
  like.slim 187 B
  login.slim 231 B
  nav.slim 304 B
  new_song.slim 73 B
  not_found.slim 118 B
  show_song.slim 533 B
  song_form.slim 473 B
  songs.slim 199 B
  styles.scss 1.24 KB
  unauthorized.slim 82 B
  chapter07
  Gemfile 296 B
  asset-handler.rb 691 B
  assets
  css
  styles.scss 1.24 KB
  js
  application.coffee 273 B
  config.ru 120 B
  development.db 12 KB
  main.rb 2.08 KB
  public
  favicon.ico 4.19 KB
  images
  like.png 375 B
  logo.png 7.91 KB
  sinatra.jpg?042148 27.1 KB
  sinatra
  auth.rb 1.02 KB
  song.rb 2.37 KB
  views
  about.slim 71 B
  contact.slim 309 B
  edit_song.slim 129 B
  home.slim 122 B
  layout.slim 606 B
  like.slim 187 B
  login.slim 231 B
  nav.slim 304 B
  new_song.slim 73 B
  not_found.slim 118 B
  show_song.slim 533 B
  song_form.slim 473 B
  songs.slim 199 B
  unauthorized.slim 82 B
  Darren Jones - Jump Start Sinatra (Jump Start) - 2013.epub 2.19 MB
  Darren Jones - Jump Start Sinatra (Jump Start) - 2013.pdf 3.84 MB

Description


Книги и журналы » Компьютерная литература » Веб-дизайн и программирование

Jump Start Sinatra

Год: 2013
Автор: Darren Jones
Издательство: SitePoint
ISBN: 978-0-9873321-4-1 (Print)
ISBN: 978-0-9873321-5-8 (Ebook)
Серия: Jump Start
Язык: Английский
Формат: PDF/EPUB
Качество: Изначально компьютерное (eBook)
Интерактивное оглавление: Да
Количество страниц: 150
Описание:

This short SitePoint book provides readers with a fun and yet practical introduction to Sinatra, a framework that makes web development with Ruby extremely simple. It's not intended to be a completely comprehensive guide to the framework or an in-depth Ruby tutorial, but will quickly get you up to speed with Sinatra and give you the confidence to start experimenting on your own.

The book is built around a real-life example project: a content management system. It's a fun and easily understandable project that is used to demonstrate the concepts outlined in the book in a practical way.

This is a clear, approachable and very easy-to-follow book that will get you to to speed with Sinatra in no time.
[spoiler="Примеры страниц"]

[/spoiler]
[spoiler="Оглавление"]
Preface
Chapter 1:
Sinatra Takes to the Stage
Chapter 2: Building a Basic Website
Chapter 3: Collecting Records
Chapter 4: Setting up to Go Live
Chapter 5: Helpers and Finders
Chapter 6: Jazzing up with JavaScript
Chapter 7: The Final Act
Index
[/spoiler]

Related Torrents

torrent name size uploader age seed leech
1
2
1
17
0