OMG... this code 0_0
Simple installation and configuration management for god
Don't delete your records, move them to a different table
Backup is a Ruby Gem written for Unix and Ruby on Rails (2 and 3) environments. It can be used both with and without the Ruby on Rails framework! This gem offers a quick and simple solution to backing up databases such as MySQL/PostgreSQL/SQLite and Files/Folders. All backups can be transferred to Amazon S3, Rackspace Cloud Files, Dropbox Web Service, any remote server you have access to (using either SCP, SFTP or regular FTP), or a Local server. Backup handles Compression, Archiving, Encryption (OpenSSL or GPG), Backup Cleaning (Cycling) and supports Email Notifications.
Ruby wrapper for the CapsuleCRM API
Gemification of rails's country_select
Imperavi wysiwyg editor for Rails 3.1 and 3.2
Rails deployment and configuration management done right. ShadowPuppet + Capistrano == crazy delicious
Rails wrapper for the premailer gem
pull request commentactiverecord-hackery/ransack
Use String#+@ before mutating the result of Symbol#to_s
def method_missing(method_id, *args)
method_name = method_id.to_s
attribute = method_name.sub(/\=$/, ''.freeze) # or delete_suffix for 2.5+
writer = method_name.end_with?("=")
if attribute_method?(attribute)
if writer
write_attribute(attribute, *args)
else
read_attribute(attribute)
end
else
super
end
end
Did this today and then found this PR. IMO there should be no magic with in-place string modification
comment created time in 7 days
push eventeduvo/nested_record
commit sha 2abf4aa4b17bcb2204102b9145c4f75a1857c47f
Oops...
push time in 24 days
push eventeduvo/nested_record
commit sha fad54ab57faefb2eb46caeb625041f3e20e6f3f9
Relax gemspec
push time in 24 days
startedpiotrmurach/tty-prompt
started time in 2 months
startedromkatv/powerlevel10k
started time in 2 months