#336 Copycopter
Copycopter provides a nice interface that clients can use to edit the text in a Rails application. Learn how to deploy a Copycopter server using Heroku and integrate it in a Rails application through I18n.
- Download:
- source code
- mp4
- m4v
- webm
- ogv
Looks like the client has decent caching, and co-processes that keep it up-to-date. Cool!
Great screencast as always.
However you should not check configuration, especially secrets, into code.
Will, Thanks for sharing this. It's great to learn useful things in the comments section of Ryan's awesome site, too!
+1
+1
Does this link mean anything? Says they are shutting it down.
Ryan mentioned in the screencast that it used to be a paid service, but since thoughtbot decided to shut it down, they have open sourced it for everyone to use, hence this episode.
So you can still use it, as shown by Ryan, you just have to host it yourself (for better or worse).
I would recommend reading the post over at the thoughtbot blog as well.
As a side note, if copycopter isn't enough for you, Locale is also worth checking out.
It is being actively maintained by two former clients of Thoughtbot that heavily use Copycopter going forward.
Copycopter will be shutting down on April 15. It's a shame to see useful features die. I'm sure that they had good reasons, unlike they're like Google with Google Wave or Fox with any awesome show that died after 1/2 - 1 season.
The service lives on as an OSS project. It takes roughly 10-15 minutes to get an existing application fully working on the heroku cedar stack. The code lives on here: https://github.com/copycopter
Any plan to convert this into a mountable engine? I still found it a hassle that it has to make a call for each page request.
There are some plans to make it a mountable engine.
Where does it store the data? Does it override internationalization files?
It doesn't override the files themselves, but those will be used as defaults. All of your locale data will go into copycopter database. You can remove your original files then, and/or you even replace them with a version extracted from the current copycopter database. This means by time you can even shut down your copycopter server.
Copycopter allows clients to edit text on a site without a developer. Shutting down your copycopter server would be no different from just editing all the text yourself to begin with. In my case, I will probably be the only person who uses Copycopter, but even just playing with it has helped me finally get a better grip on locales and I18n in my Rails apps.
I tried using this with an app that has Active Admin. Doesn't want to play nice. Gives the error "undefined method `downcase' for nil:NilClass". When I take out Active Admin, it works fine. Anyone else run into this?
Please submit an issue on on the copycopter gem!
https://github.com/copycopter/copycopter-ruby-client/issues
Might want to take a look at Locale which provides a lot of Copycopter's functionality, but has a more I18n-oriented approach.
Being an external serivce, there is very little setup needed to get it in to production.
Thanks for posting about this. Tried it out tonight - good stuff.
Whilst I appreciate Ryan has a bigger audience than thoughtbot (otherwise CopyCopter might not be shutting down as a paid service), this screencast is almost a word for word copy of the one Dan Croak did here a couple of days ago: http://robots.thoughtbot.com/post/19388751626/copycopter-is-now-open-source
Not saying that's good or bad, it just feels "off" somehow (not as off as Christopher Dell's ad for his competing product, but you know what I mean).
We are using tolk, simple plugin, works well after tweaking: https://github.com/dhh/tolk
It seems that Copycopter is officially shutting down on 15th April and the service will not live on in any way.
https://copycopter.com/pages/shut-down
Sad.
As I understand it, just the paid service is shutting down...but you can still use the product the paid service is based on copycopter-server but you have to host it yourself now, that's all.
This screen cast shows you how to do that.
So no worries if you still want to use it.
Copycopter lives on as an OSS Project! The code lives here:
https://github.com/copycopter
Maybe phrase would be a good replacement for the shut down copycopter.
We are currently in beta for our i18n service application: phrase
If you have a rails/ruby project that uses the i18n gem, this could be the right thing for you to use.
And since we are on Railscasts, we have a screencast, too ;-)
Can you run your application which is using CopyCopter client on Heroku as well, so that your client(s) can edit the app in the cloud? Or does the client app have to be locally hosted?
Is there somewhere that there is information on this?
I ask as I'm looking at working in a remote team for a piece of OSS work, and this would provide a quick mechanism for the development team to receive client feedback.
P.S. Another great screencast Ryan. Keep them coming.
P.P.S I'm trying to use Cucumber with sorcery and a screencast on using Cukes with authentication from scratch would be great in my opinion as must Cuke tutorials assume you are already logged in and have been authenticated.
I am using it now with a few apps that are hosted on Heroku. But, I notice memory issues with those apps when I update the copy.
Notice if you deploy to heroku now, you'll receive a mail said "The database contains 24,706 rows, exceeding the plan limit of 10,000"...
Is there a way to update yml files in
config/locales/
automatically? So updated translations will get saved and cached later.I'd like to know this as well. It's not clear without diving into the source whether there will be serious issues if the copycopter server goes down.
I don't like this approach and prefere to use Mercury Editor which you've showed in this railscast: http://railscasts.com/episodes/296-mercury-editor
One of the best stuff to gather amazing article which I need to explore more. Thanks a lot sir.
Thanks for your post! it contains quite a lot of things to learn! it's great that I known this site!