Rails 3 files

This commit is contained in:
2013-07-12 18:00:56 -04:00
parent 796c1a279e
commit 88a02f9f15
266 changed files with 721 additions and 1395 deletions

View File

@@ -1,16 +0,0 @@
namespace :gibberish do
# Bela gambiarra
desc "Exports all Gibberish translation keys"
task :export do
ENV['GIBBERISH_EXPORT'] = 'true'
puts "Running tests ..."
`rake test 2> /dev/null`
puts "Sorting keys ..."
$stderr.puts `sort lang/tmp_keys | uniq`
`rm lang/tmp_keys`
end
end