Jump Start - Andy Hawthorne - Jump Start Rails [2013, PDF/EPUB, ENG] + Code

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

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

Files

Jump Start - Andy Hawthorne - Jump Start Rails [2013, PDF/EPUB, ENG] + Code (Size: 9.28 MB)
  Andy Hawthorne - Jump Start Rails (Jump Start) - 2013.epub 2.83 MB
  Andy Hawthorne - Jump Start Rails (Jump Start) - 2013.pdf 4.06 MB
  Code
  ch02
  training
  .gitignore 455 B
  .rvmrc 2.07 KB
  Gemfile 1.17 KB
  Gemfile.lock 2.88 KB
  README.rdoc 478 B
  Rakefile 253 B
  app
  assets
  images
  .keep 0 B
  javascripts
  application.js 682 B
  pages.js.coffee 211 B
  posts.js.coffee 211 B
  stylesheets
  application.css 546 B
  custom.css.scss 144 B
  pages.css.scss 261 B
  posts.css.scss 176 B
  scaffolds.css.scss 1 KB
  controllers
  application_controller.rb 204 B
  concerns
  .keep 0 B
  pages_controller.rb 662 B
  posts_controller.rb 1.7 KB
  helpers
  application_helper.rb 29 B
  pages_helper.rb 23 B
  mailers
  .keep 0 B
  models
  .keep 0 B
  concerns
  .keep 0 B
  page.rb 36 B
  post.rb 130 B
  views
  layouts
  application.html.erb 298 B
  pages.html.erb 802 B
  pages
  about.html.erb 70 B
  index.html.erb 374 B
  new.html.erb 303 B
  show.html.erb 172 B
  posts
  _form.html.erb 673 B
  edit.html.erb 110 B
  index.html.erb 641 B
  index.json.jbuilder 118 B
  new.html.erb 75 B
  show.html.erb 284 B
  show.json.jbuilder 69 B
  shared
  _menu.html.erb 289 B
  bin
  bundle 129 B
  rails 146 B
  rake 90 B
  config
  application.rb 985 B
  boot.rb 171 B
  database.yml 576 B
  environment.rb 154 B
  environments
  development.rb 1.09 KB
  production.rb 3.18 KB
  test.rb 1.53 KB
  initializers
  backtrace_silencers.rb 404 B
  filter_parameter_logging.rb 194 B
  inflections.rb 647 B
  mime_types.rb 205 B
  secret_token.rb 662 B
  session_store.rb 144 B
  wrap_parameters.rb 517 B
  locales
  en.yml 634 B
  routes.rb 1.53 KB
  config.ru 154 B
  db
  migrate
  20130504193139_create_posts.rb 189 B
  20130509220301_create_pages.rb 191 B
  schema.rb 1.13 KB
  seeds.rb 343 B
  lib
  assets
  .keep 0 B
  tasks
  .keep 0 B
  log
  .keep 0 B
  public
  404.html 1.32 KB
  422.html 1.3 KB
  500.html 1.24 KB
  favicon.ico 0 B
  robots.txt 204 B
  test
  controllers
  .keep 0 B
  pages_controller_test.rb 242 B
  fixtures
  .keep 0 B
  helpers
  .keep 0 B
  pages_helper_test.rb 72 B
  integration
  .keep 0 B
  mailers
  .keep 0 B
  models
  .keep 0 B
  test_helper.rb 492 B
  vendor
  assets
  javascripts
  .keep 0 B
  stylesheets
  .keep 0 B
  ch03
  jumpstartrails
  Gemfile 1.38 KB
  Gemfile.lock 4.34 KB
  README.rdoc 478 B
  Rakefile 259 B
  app
  admin
  admin_user.rb 352 B
  dashboard.rb 925 B
  assets
  images
  .keep 0 B
  javascripts
  active_admin.js 30 B
  application.js 664 B
  pages.js.coffee 211 B
  stylesheets
  active_admin.css.scss 1.11 KB
  application.css 546 B
  pages.css.scss 176 B
  controllers
  application_controller.rb 204 B
  concerns
  .keep 0 B
  pages_controller.rb 68 B
  helpers
  application_helper.rb 29 B
  pages_helper.rb 23 B
  mailers
  .keep 0 B
  models
  .keep 0 B
  admin_user.rb 1.05 KB
  category.rb 58 B
  concerns
  .keep 0 B
  page.rb 255 B
  post.rb 59 B
  views
  layouts
  application.html.erb 373 B
  pages
  index.html.erb 70 B
  bin
  bundle 129 B
  rails 146 B
  rake 90 B
  config
  application.rb 1.02 KB
  boot.rb 171 B
  database.yml 1.78 KB
  environment.rb 160 B
  environments
  development.rb 1.1 KB
  production.rb 3.18 KB
  test.rb 1.53 KB
  initializers
  active_admin.rb 5.77 KB
  backtrace_silencers.rb 404 B
  devise.rb 9.57 KB
  filter_parameter_logging.rb 194 B
  inflections.rb 647 B
  mime_types.rb 205 B
  secret_token.rb 668 B
  session_store.rb 156 B
  wrap_parameters.rb 517 B
  locales
  devise.en.yml 3.03 KB
  en.yml 634 B
  routes.rb 1.81 KB
  config.ru 154 B
  db
  migrate
  20130630162049_create_pages.rb 170 B
  20130630162519_add_slug_to_pages.rb 108 B
  20130630163118_create_categories.rb 207 B
  20130630163200_create_posts.rb 255 B
  20130630165327_devise_create_admin_users.rb 1.98 KB
  20130630165852_create_admin_notes.rb 472 B
  20130630165853_move_admin_notes_to_comments.rb 1.35 KB
  schema.rb 2.87 KB
  seeds.rb 343 B
  lib
  assets
  .keep 0 B
  tasks
  .keep 0 B
  public
  404.html 1.32 KB
  422.html 1.3 KB
  500.html 1.24 KB
  favicon.ico 0 B
  robots.txt 204 B
  test
  controllers
  .keep 0 B
  pages_controller_test.rb 411 B
  fixtures
  .keep 0 B
  admin_users.yml 353 B
  categories.yml 217 B
  pages.yml 171 B
  posts.yml 273 B
  helpers
  .keep 0 B
  pages_helper_test.rb 72 B
  integration
  .keep 0 B
  mailers
  .keep 0 B
  models
  .keep 0 B
  admin_user_test.rb 123 B
  category_test.rb 122 B
  page_test.rb 118 B
  post_test.rb 118 B
  test_helper.rb 492 B
  vendor
  assets
  javascripts
  .keep 0 B
  stylesheets
  .keep 0 B
  ch04
  jumpstartrails
  .gitignore 455 B
  Gemfile 1.38 KB
  Gemfile.lock 4.34 KB
  README.rdoc 478 B
  Rakefile 259 B
  app
  admin
  admin_user.rb 352 B
  categories.rb 38 B
  dashboard.rb 1.08 KB
  pages.rb 129 B
  posts.rb 476 B
  assets
  images
  .keep 0 B
  javascripts
  active_admin.js 30 B
  application.js 664 B
  pages.js.coffee 211 B
  posts.js.coffee 211 B
  stylesheets
  active_admin.css.scss 1.11 KB
  application.css 546 B
  pages.css.scss 176 B
  posts.css.scss 176 B
  controllers
  application_controller.rb 204 B
  concerns
  .keep 0 B
  pages_controller.rb 541 B
  posts_controller.rb 86 B
  helpers
  application_helper.rb 29 B
  pages_helper.rb 23 B
  posts_helper.rb 23 B
  mailers
  .keep 0 B
  models
  .keep 0 B
  admin_user.rb 1.05 KB
  category.rb 104 B
  concerns
  .keep 0 B
  page.rb 297 B
  post.rb 166 B
  views
  layouts
  application.html.erb 373 B
  pages
  about.html.erb 38 B
  index.html.erb 417 B
  new.html.erb 303 B
  show.html.erb 172 B
  posts
  index.html.erb 70 B
  show.html.erb 68 B
  bin
  bundle 129 B
  rails 146 B
  rake 90 B
  ch03_jsr.tgz 2.01 MB
  config
  application.rb 1.07 KB
  boot.rb 171 B
  database.yml 1.78 KB
  environment.rb 160 B
  environments
  development.rb 1.1 KB
  production.rb 3.18 KB
  test.rb 1.53 KB
  initializers
  active_admin.rb 5.77 KB
  backtrace_silencers.rb 404 B
  devise.rb 9.57 KB
  filter_parameter_logging.rb 194 B
  inflections.rb 647 B
  mime_types.rb 205 B
  secret_token.rb 668 B
  session_store.rb 156 B
  wrap_parameters.rb 517 B
  locales
  devise.en.yml 3.03 KB
  en.yml 634 B
  routes.rb 1.85 KB
  config.ru 154 B
  db
  migrate
  20130630162049_create_pages.rb 170 B
  20130630162519_add_slug_to_pages.rb 108 B
  20130630163118_create_categories.rb 207 B
  20130630163200_create_posts.rb 255 B
  20130630165327_devise_create_admin_users.rb 1.98 KB
  20130630165852_create_admin_notes.rb 472 B
  20130630165853_move_admin_notes_to_comments.rb 1.35 KB
  20130630184041_add_image_to_posts.rb 110 B
  schema.rb 2.9 KB
  seeds.rb 343 B
  lib
  assets
  .keep 0 B
  tasks
  .keep 0 B
  public
  404.html 1.32 KB
  422.html 1.3 KB
  500.html 1.24 KB
  favicon.ico 0 B
  robots.txt 204 B
  test
  controllers
  .keep 0 B
  pages_controller_test.rb 411 B
  posts_controller_test.rb 240 B
  fixtures
  .keep 0 B
  admin_users.yml 353 B
  categories.yml 217 B
  pages.yml 171 B
  posts.yml 273 B
  helpers
  .keep 0 B
  pages_helper_test.rb 72 B
  posts_helper_test.rb 72 B
  integration
  .keep 0 B
  mailers
  .keep 0 B
  models
  .keep 0 B
  admin_user_test.rb 123 B
  category_test.rb 122 B
  page_test.rb 118 B
  post_test.rb 118 B
  test_helper.rb 492 B
  vendor
  assets
  javascripts
  .keep 0 B
  stylesheets
  .keep 0 B
  training
  .gitignore 458 B
  .rvmrc 2.07 KB
  Gemfile 1.18 KB
  Gemfile.lock 2.99 KB
  README.rdoc 478 B
  Rakefile 253 B
  app
  assets
  javascripts
  application.js 682 B
  pages.js.coffee 211 B
  posts.js.coffee 211 B
  stylesheets
  application.css 546 B
  custom.css.scss 144 B
  pages.css.scss 261 B
  posts.css.scss 176 B
  scaffolds.css.scss 1 KB
  controllers
  application_controller.rb 204 B
  concerns
  .keep 0 B
  pages_controller.rb 662 B
  posts_controller.rb 1.7 KB
  helpers
  application_helper.rb 29 B
  pages_helper.rb 23 B
  posts_helper.rb 23 B
  mailers
  .keep 0 B
  models
  .keep 0 B
  concerns
  .keep 0 B
  page.rb 36 B
  post.rb 130 B
  views
  layouts
  application.html.erb 298 B
  pages.html.erb 802 B
  pages
  about.html.erb 70 B
  index.html.erb 374 B
  new.html.erb 303 B
  show.html.erb 172 B
  posts
  _form.html.erb 673 B
  edit.html.erb 110 B
  index.html.erb 641 B
  index.json.jbuilder 118 B
  new.html.erb 75 B
  show.html.erb 284 B
  show.json.jbuilder 69 B
  shared
  _menu.html.erb 289 B
  bin
  bundle 129 B
  rails 146 B
  rake 90 B
  config
  application.rb 985 B
  boot.rb 171 B
  database.yml 576 B
  environment.rb 154 B
  environments
  development.rb 1.09 KB
  production.rb 3.17 KB
  test.rb 1.53 KB
  initializers
  backtrace_silencers.rb 404 B
  filter_parameter_logging.rb 194 B
  inflections.rb 647 B
  mime_types.rb 205 B
  secret_token.rb 662 B
  session_store.rb 144 B
  wrap_parameters.rb 517 B
  locales
  en.yml 634 B
  routes.rb 1.53 KB
  config.ru 154 B
  db
  migrate
  20130504193139_create_posts.rb 189 B
  20130509220301_create_pages.rb 191 B
  schema.rb 1.13 KB
  seeds.rb 343 B
  lib
  assets
  .keep 0 B
  tasks
  .keep 0 B
  public
  404.html 1.32 KB
  422.html 1.3 KB
  500.html 1.24 KB
  favicon.ico 0 B
  robots.txt 204 B
  test
  controllers
  .keep 0 B
  pages_controller_test.rb 242 B
  posts_controller_test.rb 1.04 KB
  fixtures
  .keep 0 B
  pages.yml 205 B
  posts.yml 263 B
  helpers
  .keep 0 B
  pages_helper_test.rb 72 B
  posts_helper_test.rb 72 B
  integration
  .keep 0 B
  mailers
  .keep 0 B
  models
  .keep 0 B
  page_test.rb 118 B
  post_test.rb 165 B
  test_helper.rb 492 B
  vendor
  assets
  javascripts
  .keep 0 B
  stylesheets
  .keep 0 B
  ch05
  jumpstartrails
  .rvmrc 2.08 KB
  Gemfile 1.52 KB
  Gemfile.lock 5.11 KB
  README.rdoc 478 B
  Rakefile 259 B
  app
  admin
  admin_user.rb 352 B
  categories.rb 38 B
  dashboard.rb 1.08 KB
  pages.rb 129 B
  posts.rb 476 B
  assets
  images
  .keep 0 B
  javascripts
  active_admin.js 30 B
  application.js 664 B
  pages.js.coffee 211 B
  posts.js.coffee 211 B
  stylesheets
  active_admin.css.scss 1.11 KB
  application.css 546 B
  pages.css.scss 1.33 KB
  posts.css.scss 792 B
  controllers
  application_controller.rb 204 B
  concerns
  .keep 0 B
  pages_controller.rb 541 B
  posts_controller.rb 167 B
  helpers
  application_helper.rb 259 B
  pages_helper.rb 23 B
  posts_helper.rb 23 B
  mailers
  .keep 0 B
  models
  .keep 0 B
  admin_user.rb 1.05 KB
  category.rb 104 B
  concerns
  .keep 0 B
  page.rb 301 B
  post.rb 269 B
  uploaders
  image_uploader.rb 1.63 KB
  views
  layouts
  application.html.erb 508 B
  pages.html.erb 1.04 KB
  posts.html.erb 951 B
  pages
  about.html.erb 38 B
  index.html.erb 417 B
  new.html.erb 303 B
  show.html.erb 172 B
  posts
  index.html.erb 757 B
  show.html.erb 328 B
  bin
  bundle 129 B
  rails 146 B
  rake 90 B
  config
  application.rb 1.07 KB
  boot.rb 171 B
  database.yml 1.78 KB
  environment.rb 160 B
  environments
  development.rb 1.1 KB
  production.rb 3.18 KB
  test.rb 1.53 KB
  initializers
  active_admin.rb 5.77 KB
  backtrace_silencers.rb 404 B
  carrierwave.rb 376 B
  devise.rb 9.57 KB
  filter_parameter_logging.rb 194 B
  inflections.rb 647 B
  mime_types.rb 205 B
  secret_token.rb 668 B
  session_store.rb 156 B
  wrap_parameters.rb 517 B
  locales
  devise.en.yml 3.03 KB
  en.yml 634 B
  routes.rb 1.85 KB
  config.ru 154 B
  db
  migrate
  20130630162049_create_pages.rb 170 B
  20130630162519_add_slug_to_pages.rb 108 B
  20130630163118_create_categories.rb 207 B
  20130630163200_create_posts.rb 255 B
  20130630165327_devise_create_admin_users.rb 1.98 KB
  20130630165852_create_admin_notes.rb 472 B
  20130630165853_move_admin_notes_to_comments.rb 1.35 KB
  20130630184041_add_image_to_posts.rb 110 B
  schema.rb 2.9 KB
  seeds.rb 343 B
  lib
  assets
  .keep 0 B
  tasks
  .keep 0 B
  public
  404.html 1.32 KB
  422.html 1.3 KB
  500.html 1.24 KB
  favicon.ico 0 B
  robots.txt 204 B
  uploads
  post
  image
  1
  rails.jpg?042148 33.51 KB
  thumb_rails.jpg?042148 6.4 KB
  test
  controllers
  .keep 0 B
  pages_controller_test.rb 411 B
  posts_controller_test.rb 240 B
  fixtures
  .keep 0 B
  admin_users.yml 353 B
  categories.yml 217 B
  pages.yml 171 B
  posts.yml 273 B
  helpers
  .keep 0 B
  pages_helper_test.rb 72 B
  posts_helper_test.rb 72 B
  integration
  .keep 0 B
  mailers
  .keep 0 B
  models
  .keep 0 B
  admin_user_test.rb 123 B
  category_test.rb 122 B
  page_test.rb 118 B
  post_test.rb 118 B
  test_helper.rb 492 B
  vendor
  assets
  javascripts
  .keep 0 B
  stylesheets
  .keep 0 B
  ch06
  .gitignore 475 B
  .rvmrc 2.08 KB
  Gemfile 1.78 KB
  Gemfile.lock 5.8 KB
  README.md 370 B
  Rakefile 259 B
  app
  admin
  admin_user.rb 352 B
  categories.rb 38 B
  dashboard.rb 921 B
  pages.rb 250 B
  posts.rb 476 B
  assets
  javascripts
  active_admin.js 30 B
  application.js 712 B
  pages.js.coffee 269 B
  posts.js.coffee 447 B
  stylesheets
  active_admin.css.scss 1.11 KB
  application.css 546 B
  pages.css.scss 1.33 KB
  posts.css.scss 1.33 KB
  controllers
  application_controller.rb 204 B
  concerns
  .keep 0 B
  pages_controller.rb 198 B
  posts_controller.rb 167 B
  helpers
  application_helper.rb 259 B
  pages_helper.rb 23 B
  posts_helper.rb 23 B
  mailers
  .keep 0 B
  models
  .keep 0 B
  admin_user.rb 1.53 KB
  category.rb 104 B
  concerns
  .keep 0 B
  page.rb 297 B
  post.rb 268 B
  uploaders
  image_uploader.rb 1.67 KB
  views
  active_admin
  devise
  sessions
  new.html.erb 912 B
  layouts
  application.html.erb 475 B
  pages.html.erb 1.08 KB
  posts.html.erb 993 B
  pages
  about.html.erb 38 B
  index.html.erb 161 B
  portfolio.html.erb 506 B
  partials
  _twitter.html.erb 55 B
  posts
  index.html.erb 757 B
  show.html.erb 328 B
  bin
  bundle 129 B
  rails 146 B
  rake 90 B
  config
  application.rb 1.02 KB
  boot.rb 171 B
  database.yml 1.78 KB
  environment.rb 160 B
  environments
  development.rb 1.1 KB
  production.rb 3.23 KB
  test.rb 1.53 KB
  initializers
  active_admin.rb 5.77 KB
  backtrace_silencers.rb 404 B
  carrierwave.rb 376 B
  devise.rb 9.57 KB
  filter_parameter_logging.rb 194 B
  inflections.rb 647 B
  mime_types.rb 205 B
  secret_token.rb 668 B
  session_store.rb 156 B
  wrap_parameters.rb 517 B
  locales
  devise.en.yml 3.03 KB
  en.yml 634 B
  routes.rb 1.63 KB
  config.ru 154 B
  db
  migrate
  20130505135417_create_pages.rb 193 B
  20130505135542_add_slug_to_pages.rb 108 B
  20130505141436_create_categories.rb 207 B
  20130505141523_create_posts.rb 255 B
  20130505150631_devise_create_admin_users.rb 1.98 KB
  20130505150637_create_admin_notes.rb 472 B
  20130505150639_move_admin_notes_to_comments.rb 1.35 KB
  20130510003203_add_image_to_posts.rb 110 B
  schema.rb 2.92 KB
  seeds.rb 343 B
  lib
  assets
  .keep 0 B
  tasks
  .keep 0 B
  public
  404.html 1.32 KB
  422.html 1.3 KB
  500.html 1.24 KB
  favicon.ico 0 B
  robots.txt 204 B
  test
  controllers
  .keep 0 B
  pages_controller_test.rb 411 B
  posts_controller_test.rb 240 B
  fixtures
  .keep 0 B
  admin_users.yml 353 B
  categories.yml 217 B
  pages.yml 209 B
  posts.yml 273 B
  helpers
  .keep 0 B
  pages_helper_test.rb 72 B
  posts_helper_test.rb 72 B
  integration
  .keep 0 B
  mailers
  .keep 0 B
  models
  .keep 0 B
  admin_user_test.rb 123 B
  category_test.rb 122 B
  page_test.rb 118 B
  post_test.rb 118 B
  test_helper.rb 492 B
  vendor
  assets
  javascripts
  .keep 0 B
  stylesheets
  .keep 0 B

Description


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

Jump Start Rails

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

Jump Start Rails provides you with a fun and yet practical introduction to Rails, an incredibly popular framework that makes it possible to quickly develop incredibly powerful web applications with Ruby. This short book covers Rails 4, the latest version of the framework, and while it's not intended to be a completely comprehensive Rails guide or an in-depth Ruby tutorial, it will quickly get you up to speed with Rails and give you the confidence to start experimenting on your own.

The book is built around a real-life example project: a personal portfolio site. 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 Rails in no time.
[spoiler="Примеры страниц"]

[/spoiler]
[spoiler="Оглавление"]
Preface
Chapter 1:
Getting on Rails
Chapter 2: Starting an App
Chapter 3: Working with Data
Chapter 4: Creating an ActiveAdmin Resource
Chapter 5: Adding More Features
Chapter 6: Deploying to Heroku
[/spoiler]

Related Torrents

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