diff --git a/Gemfile b/Gemfile index e1b085d6..8c97131a 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,7 @@ group :test do gem 'rspec-rails', '2.0.0.beta.11' gem 'factory_girl', :git => 'git://github.com/thoughtbot/factory_girl.git', :branch => 'rails3' gem 'capybara' #, :git => 'git://github.com/jnicklas/capybara.git' - gem 'cucumber', '0.7.3' + gem 'cucumber' #, '0.7.3' gem 'cucumber-rails' gem 'spork' gem 'launchy' diff --git a/doc/TODO b/doc/TODO index 5ce59740..00f604da 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,10 +1,12 @@ BOARD: - asset picker (content instance) -- theme asset picker when editing layout - refactoring admin crud (pages + layouts + snippets) - refactor slugify method (use parameterize + create a module) + +- missing key: en, admin, theme_assets, images, no_items + BACKLOG: @@ -35,6 +37,8 @@ NICE TO HAVE: - better icons for mime type - traffic statistics - Worker => Heroku / S3 (not so sure finally) +- theme asset picker when editing layout +- page with regexp url ? DONE: