Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
c15187e
Funcion author, hiperenlaces y test de funcionalidad
Mar 22, 2012
ac705fc
modificar vista pagina author
Mar 25, 2012
3330689
añadir types, modificar vista show
Mar 25, 2012
436c60e
vista index y show de types
Mar 25, 2012
2a6aeb0
Actualización db, actualización vistas index y show de types, acción …
Mar 27, 2012
6e7b44e
Actualizar
Mar 29, 2012
c0cd46a
cambios modelo y migración site
Apr 10, 2012
f3a7343
Adaptación de vistas al modelo
Apr 10, 2012
6809f43
Adaptación de vistas al modelo
Apr 10, 2012
57daa8f
Rutas anidadas types/:id/sites
Apr 10, 2012
472912f
Cambio de look con nuevas vistas y CSS
Apr 10, 2012
6e00f2f
validaciones y tests corregidos
Apr 10, 2012
54e966f
instalar devise, user y nombre
Apr 11, 2012
8a6255c
generate devise:views
Apr 11, 2012
290a877
adaptar vistas devise
Apr 11, 2012
959d1b2
User Site relation
Apr 11, 2012
f8c8ee4
:name como atributo accesible, cambios en las vistas
Apr 11, 2012
a6d506e
scaffold trip
Apr 11, 2012
33b971f
migración trip
Apr 11, 2012
6763035
mejorar vistas y añadir cleditor
Apr 11, 2012
6963793
nueva migración trips
Apr 11, 2012
01668a2
corregir vistas
Apr 11, 2012
4848346
Creación scaffold comment y migración
Apr 13, 2012
32ad377
Mejora de vistas para añadir comentarios
Apr 13, 2012
5de9dd8
Mejora de vistas para añadir comentarios
Apr 13, 2012
4381b14
Mejora de vistas para añadir comentarios
Apr 13, 2012
0e71027
Mejora de vistas para añadir comentarios
Apr 13, 2012
b6a7cc1
Mejora de vistas para añadir comentarios
Apr 13, 2012
d0e97ae
cambios en las vistas para añadir los comentarios
Apr 14, 2012
ec36662
cambios en las vistas para añadir los comentarios
Apr 14, 2012
9f96e7b
cambios en las vistas para añadir los comentarios
Apr 14, 2012
291e6ea
cambios controlador de sites
Apr 14, 2012
d14e441
correcciones
Apr 14, 2012
b4a1c5c
cambios en las vistas para añadir los comentarios
Apr 14, 2012
2d253b6
cambios en rutas
Apr 14, 2012
a50f37d
Añadida función editar comentario
Apr 14, 2012
76c6fa0
Añadida función editar comentario
Apr 14, 2012
371bfc2
Corregir vistas
Apr 14, 2012
92051cc
Corregir vistas
Apr 14, 2012
d98e341
Corregir vistas
Apr 14, 2012
1c8b4f5
Corregir vistas
Apr 15, 2012
6df979a
Corregir vistas
Apr 15, 2012
2f69cc1
Cambios en las vistas
Apr 17, 2012
cc2a62c
Cambios despues de merge
Apr 17, 2012
a86199a
Enrequecimiento tabla sites y migración
Apr 17, 2012
50de81d
geolocalización
Apr 17, 2012
95cbec2
geolocalizacion
Apr 19, 2012
6c57f54
Entrega 7
Apr 19, 2012
545014f
Merge remote-tracking branch 'planet2012/master'
Apr 20, 2012
8ff4e48
Cambios
Apr 20, 2012
22f1635
Entrega 7
Apr 20, 2012
57f7b32
Entrega 7
Apr 20, 2012
4928387
Entrega 7
Apr 22, 2012
0439148
Entrega 7
Apr 22, 2012
7b7531a
Entrega 8
Apr 25, 2012
7d062cd
Entrega 8
Apr 25, 2012
9e588e7
Entrega 8
Apr 25, 2012
8d3378d
Entrega 8
Apr 25, 2012
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added :show
Empty file.
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gem 'devise'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'

# See https://github.com/sstephenson/execjs#readme for more supported runtimes
Expand Down Expand Up @@ -47,5 +47,7 @@ gem 'paperclip'
# To use debugger
# gem 'ruby-debug19', :require => 'ruby-debug'

gem 'json', '1.6.5'

gem 'execjs'
gem 'therubyracer'
gem 'json', '1.6.5'
28 changes: 16 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GEM
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.3.1)
coffee-script-source (1.2.0)
devise (2.0.4)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.0.3)
Expand All @@ -51,21 +51,21 @@ GEM
hike (1.2.1)
i18n (0.6.0)
journey (1.0.3)
jquery-rails (2.0.2)
jquery-rails (2.0.1)
railties (>= 3.2.0, < 5.0)
thor (~> 0.14)
json (1.6.5)
libv8 (3.3.10.4)
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.18)
multi_json (1.3.1)
mime-types (1.17.2)
multi_json (1.1.0)
orm_adapter (0.0.7)
paperclip (3.0.2)
activemodel (>= 3.0.0)
activerecord (>= 3.0.0)
activesupport (>= 3.0.0)
paperclip (2.4.5)
activerecord (>= 2.3.0)
activesupport (>= 2.3.2)
cocaine (>= 0.0.2)
mime-types
pg (0.13.2)
Expand Down Expand Up @@ -96,22 +96,24 @@ GEM
rdoc (3.12)
json (~> 1.4)
sass (3.1.15)
sass-rails (3.2.5)
sass-rails (3.2.4)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
sprockets (2.1.2)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.5)
sqlite3 (1.3.6)
therubyracer (0.10.1)
libv8 (~> 3.3.10)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.33)
uglifier (1.2.4)
tzinfo (0.3.32)
uglifier (1.2.3)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
warden (1.1.1)
Expand All @@ -124,11 +126,13 @@ DEPENDENCIES
cleditor_rails
coffee-rails (~> 3.2.1)
devise
execjs
jquery-rails
json (= 1.6.5)
paperclip
pg
rails (= 3.2.2)
sass-rails (~> 3.2.3)
sqlite3
therubyracer
uglifier (>= 1.0.3)
138 changes: 138 additions & 0 deletions Gemfile.lock~
Original file line number Diff line number Diff line change
@@ -0,0 +1,138 @@
GEM
remote: https://rubygems.org/
specs:
actionmailer (3.2.2)
actionpack (= 3.2.2)
mail (~> 2.4.0)
actionpack (3.2.2)
activemodel (= 3.2.2)
activesupport (= 3.2.2)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.1)
rack (~> 1.4.0)
rack-cache (~> 1.1)
rack-test (~> 0.6.1)
sprockets (~> 2.1.2)
activemodel (3.2.2)
activesupport (= 3.2.2)
builder (~> 3.0.0)
activerecord (3.2.2)
activemodel (= 3.2.2)
activesupport (= 3.2.2)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.2)
activemodel (= 3.2.2)
activesupport (= 3.2.2)
activesupport (3.2.2)
i18n (~> 0.6)
multi_json (~> 1.0)
arel (3.0.2)
bcrypt-ruby (3.0.1)
builder (3.0.0)
cleditor_rails (0.0.3)
<<<<<<< HEAD
=======
cocaine (0.2.1)
>>>>>>> planet2012/master
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
railties (~> 3.2.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.2.0)
devise (2.0.4)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.0.3)
railties (~> 3.1)
warden (~> 1.1.1)
erubis (2.7.0)
execjs (1.3.0)
multi_json (~> 1.0)
hike (1.2.1)
i18n (0.6.0)
journey (1.0.3)
jquery-rails (2.0.1)
railties (>= 3.2.0, < 5.0)
thor (~> 0.14)
json (1.6.5)
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.17.2)
multi_json (1.1.0)
orm_adapter (0.0.7)
<<<<<<< HEAD
=======
paperclip (2.4.5)
activerecord (>= 2.3.0)
activesupport (>= 2.3.2)
cocaine (>= 0.0.2)
mime-types
pg (0.13.2)
>>>>>>> planet2012/master
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.2)
rack (>= 0.4)
rack-ssl (1.3.2)
rack
rack-test (0.6.1)
rack (>= 1.0)
rails (3.2.2)
actionmailer (= 3.2.2)
actionpack (= 3.2.2)
activerecord (= 3.2.2)
activeresource (= 3.2.2)
activesupport (= 3.2.2)
bundler (~> 1.0)
railties (= 3.2.2)
railties (3.2.2)
actionpack (= 3.2.2)
activesupport (= 3.2.2)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.6)
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
sass (3.1.15)
sass-rails (3.2.4)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
sprockets (2.1.2)
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.5)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.32)
uglifier (1.2.3)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
warden (1.1.1)
rack (>= 1.0)

PLATFORMS
ruby

DEPENDENCIES
cleditor_rails
coffee-rails (~> 3.2.1)
devise
jquery-rails
paperclip
pg
rails (= 3.2.2)
sass-rails (~> 3.2.3)
sqlite3
uglifier (>= 1.0.3)
42 changes: 42 additions & 0 deletions Gemfile~
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
source 'https://rubygems.org'

gem 'rails', '3.2.2'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

gem 'devise'

# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'

# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer'

gem 'uglifier', '>= 1.0.3'
end

gem 'jquery-rails'
gem 'cleditor_rails'

gem 'paperclip'

gem 'pg'

# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'

# To use Jbuilder templates for JSON
# gem 'jbuilder'

# Use unicorn as the app server
# gem 'unicorn'

# Deploy with Capistrano
# gem 'capistrano'

# To use debugger
# gem 'ruby-debug19', :require => 'ruby-debug'
7 changes: 7 additions & 0 deletions Rakefile~
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env rake
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

require File.expand_path('../config/application', __FILE__)

Planet::Application.load_tasks
Binary file added app/assets/images/Daniel.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/marina.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/teide.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/vilaflor.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions app/assets/javascripts/application.js~
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// This is a manifest file that'll be compiled into application.js, which will include all the files
// listed below.
//
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
// or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
//
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// the compiled file.
//
// WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
// GO AFTER THE REQUIRES BELOW.
//
//= require jquery
//= require jquery_ujs
//= require_tree .
3 changes: 3 additions & 0 deletions app/assets/javascripts/comments.js.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Place all the behaviors and hooks related to the matching controller here.
# All this logic will automatically be available in application.js.
# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
13 changes: 13 additions & 0 deletions app/assets/stylesheets/application.css~
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the top of the
* compiled file, but it's generally better to create a new file per style scope.
*
*= require_self
*= require_tree .
*/
3 changes: 3 additions & 0 deletions app/assets/stylesheets/comments.css.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Place all the styles related to the comments controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
Loading