Skip to content

Commit

Permalink
Merge pull request #2 from karalis/master
Browse files Browse the repository at this point in the history
we can invoke cucumber from spec/dummy, some minor stuff to .gitignore
  • Loading branch information
gnagno committed Jul 16, 2011
2 parents d09d259 + b7c3369 commit 88f9335
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 737 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
.bundle/ .bundle/
log/*.log log/*.log
pkg/ pkg/
test/dummy/db/*.sqlite3 spec/dummy/db/*.sqlite3
test/dummy/log/*.log spec/dummy/log/*.log
test/dummy/tmp/ spec/dummy/tmp/
2 changes: 2 additions & 0 deletions TODO
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,2 @@
- "Missing translations" string in bar should be translatable too, we should create a rails helper method to add this string without using js
- We should maybe add a flag icon for the current locale. Just for gazzosa, though :)
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,4 @@
module LostI18nTranslation
module ApplicationHelper
end
end
Loading

0 comments on commit 88f9335

Please sign in to comment.