1 | 519 | 1,203 | sixarm_ruby_unaccent | Unaccent replaces a string's accented characters with unaccented characters |
2 | 9,307 | 102,910 | sixarm_ruby_secure_token | SixArm.com » Ruby » SecureToken to generate a cryptographic string that is web-friendly... |
3 | 20,649 | 13,143 | sixarm_ruby_email_address_validation | Email address validation using RFC 822 pattern matching regular expressions |
4 | 27,530 | 20,986 | sixarm_ruby_magic_number_type | Tool to parse the first bytes of a file and compare it to a list of known mime types. |
5 | 37,710 | 44,414 | sixarm_ruby_ramp | Adds extensions to Array, Date, Enumerable, File, Hash, IO, String, Time, etc. |
6 | 44,975 | 27,616 | sixarm_ruby_fab | Generate sample names, places, agents, tweets, etc. |
7 | 45,248 | 41,322 | sixarm_ruby_to_id | ToId converts types to ids and uuids |
8 | 46,599 | 24,499 | sixarm_ruby_minitest_extensions | A few simple Minitest assertions and expectations |
9 | 52,196 | 62,384 | sixarm_ruby_current_user | SixArm.com » Ruby » CurrentUser module for Ruby On Rails to get and set a user in a ses... |
10 | 52,811 | 41,322 | sixarm_ruby_time_stamp | Time stamp methods to generate a string with formating such as RFC ISO datetime |
11 | 53,014 | 68,364 | sixarm_ruby_xid | XID generates a new random id, suitable for foreign keys, security authentication, uniq... |
12 | 57,971 | 57,036 | sixarm_ruby_numeric_round | Numeric #round, #floor, #ceil, #truncate methods |
13 | 59,905 | 44,414 | sixarm_ruby_time_terse | Time.terse methods to generate a string formatted with YMDHMSN |
14 | 60,001 | 48,078 | sixarm_ruby_week | Week model based on Ruby Date |
15 | 62,232 | 36,154 | sixarm_ruby_current_user_id | CurrentUserId module to get and set the current user in a Rails session |
16 | 67,596 | 41,322 | sixarm_ruby_range_parse | Range.parse method to convert text to a Range object |
17 | 68,736 | 48,078 | sixarm_ruby_pro_logger | Logs more information than the typical Ruby logger. |
18 | 68,999 | 30,380 | sixarm_ruby_math_statistics | Math statitics methods for sum, mean, median, mode, variance, deviation, etc. |
19 | 70,186 | 62,384 | sixarm_ruby_array_slice | Provide Array #slice_by_share, #slice_by_size |
20 | 70,888 | 57,036 | sixarm_ruby_person_name | PersonName methods to calculate a person's full name, list name, initials, etc. |
21 | 79,254 | 137,816 | sixarm_ruby_rexml | REXML extensions for XML documents, elements, and attributes |
22 | 80,112 | 62,384 | sixarm_ruby_date_stamp | Date.stamp method for RFC ISO date stamp |
23 | 80,132 | 68,364 | sixarm_ruby_active_record_mock | SixArm.com » Ruby » ActiveRecord mock object for methods read_attribute and write_attri... |
24 | 81,711 | 52,250 | sixarm_ruby_blob | Keep track of data as a file, or URI, with basic upload etc. |
25 | 84,794 | 75,055 | sixarm_ruby_hash_more | HashMore class to create a recursive hash |
26 | 86,614 | 102,910 | sixarm_ruby_alpha_bravo | NATO alphabet helper that provides words for alpha, bravo, charlie, delta, etc. |
27 | 88,309 | 75,055 | sixarm_ruby_markdown | Markdown general purpose classes |
28 | 98,590 | 91,837 | sixarm_ruby_date_age | Provide Date #age_in_days, #age_in_years |
29 | 98,819 | 44,414 | sixarm_ruby_markdown_table_of_contents | Generate a Markdown table of contents via headlines, links, and anchors |
30 | 100,600 | 102,910 | sixarm_ruby_password_attribute | SixArm.com » Ruby » PasswordAttribute model to provides read/write for an ActiveRecord ... |
31 | 100,711 | 102,910 | sixarm_ruby_password_hash | SixArm.com » Ruby » PasswordHash class for secure password hashing with plain text and ... |
32 | 100,939 | 68,364 | sixarm_ruby_geometry | Geometry modules with strong types, e.g. a vector with width, height, depth. |
33 | 101,442 | 48,078 | sixarm_ruby_migration_helper_extensions | Migration helper extensions for Ruby On Rails development |
34 | 101,474 | 75,055 | sixarm_ruby_password_text | SixArm.com » Ruby » Password text generator for strong web-savvy passwords |
35 | 101,843 | 118,143 | sixarm_ruby_password_salt | SixArm.com » Ruby » PasswordSalt class to generate secure websafe strings using random ... |
36 | 104,680 | 82,692 | sixarm_ruby_date_days | Adds extensions and constants for days of the week |
37 | 109,632 | 118,143 | sixarm_ruby_xml_strip | XML#strip methods to clean up XML and HTML |
38 | 109,761 | 102,910 | sixarm_ruby_uspto | U.S. Patent and Trademark Office parsing helpers |
39 | 109,775 | 91,837 | sixarm_ruby_xml_load | XML#load methods to easily load and parse XML |
40 | 110,702 | 91,837 | sixarm_ruby_string_to_class | String#to_class method to convert a string to a class. |
41 | 111,772 | 102,910 | sixarm_ruby_numeric_percent | Numeric#percent method to calculate a percentage |
42 | 112,890 | 118,143 | sixarm_ruby_http_status_codes | HTTP Status Codes as constants, such as Net::HTTP::Status::OK = 200 |
43 | 113,323 | 82,692 | sixarm_ruby_metric_names | Metric names for numbers, such as kilo, mega, giga |
44 | 113,885 | 82,692 | sixarm_ruby_google_maps_api | Use the Google Maps API to geocode an address to a latitude and longitude |
45 | 115,658 | 137,816 | sixarm_ruby_action_dispatch_response_json | Convert response.body to response.json |
46 | 115,994 | 102,910 | sixarm_ruby_date_time_rand | Adds extensions for DateTime#rand, Date#rand, Time#rand |
47 | 119,108 | 75,055 | sixarm_ruby_yaml_load_glob | Extends YAML with #load_glob_documents and #load_glob_keys |
48 | 121,998 | 91,837 | sixarm_ruby_minitest_equal_collection | A Minitest assertion & expectation to compare two collections, such as enumerations or ... |
49 | 122,089 | 156,647 | sixarm_ruby_sign_in | Sign In abstraction for a typical web app user |
50 | 122,171 | 118,143 | sixarm_ruby_sign_out | Sign Out abstraction for a typical web app user |
51 | 124,838 | 118,143 | sixarm_ruby_secure_random | SixArm.com » Ruby » secure random number method for Ruby 1.8.6 |
52 | 125,319 | 91,837 | sixarm_ruby_rails_dark_sky_api | Dark Sky API gem to get weather forecasts |
53 | 131,548 | 118,143 | sixarm_ruby_minitest_assert_assign | A Minitest assertion & expectation to compare the assigns(:symbol) method, which is typ... |
54 | 131,823 | 82,692 | sixarm_ruby_minitest_assert_equal_via_send | A Minitest assertion & expectation to compare two objects by sending a message |
55 | 134,439 | 102,910 | sixarm_ruby_yaml_load_documents_globber | SixArm.com » Ruby » YAML load documents via globs for many files at once |
56 | 134,762 | 156,647 | sixarm_ruby_geocode_address | SixArm Ruby Gem: sixarm_ruby_geocode_address |
57 | 135,477 | 118,143 | sixarm_ruby_rexml_element_new_with_options | SixArm.com » Ruby » REXML::Element.new_with_options methods |
58 | 135,862 | 91,837 | sixarm_ruby_pathname_dirnames | SixArm.com » Ruby » Pathname#dirnames method to iterate on parent directories |
59 | 136,338 | 82,692 | sixarm_ruby_defining | SixArm.com Ruby Class#defining and Class#redfining methods to detect if you're creating... |
60 | 136,368 | 118,143 | sixarm_ruby_commander | SixArm.com » Ruby » Kernel#commander method sugar for Open4::spawn |
61 | 136,976 | 75,055 | sixarm_ruby_colorful | Generate plausible color names, such as "Bright Red", "Vivid Green", "Deep Blue" |
62 | 138,774 | 118,143 | sixarm_ruby_numeric_floor_precision | SixArm.com » Ruby » Numeric#floor_precision to truncate a number to digits |
63 | 139,744 | 91,837 | sixarm_ruby_equal_instance_variables | Define the `==` method to compare two objects' classes, instance variables, and their v... |
64 | 140,235 | 82,692 | sixarm_ruby_file_rewrite | File#rewrite method to safely write a tempfile then move it over an existing file |
65 | 142,205 | 102,910 | sixarm_ruby_zid | ZID generates a new random id, suitable for foreign keys, security authentication, uniq... |
66 | 155,284 | 102,910 | sixarm_ruby_action_controller_mock | This provides basics we need; you probably won't ever need to use this gem. |
67 | 156,163 | 118,143 | sixarm_ruby_application_controller_mock | ApplicationContoller mock object for testing Ruby On Rails |
68 | 160,954 | 118,143 | sixarm_ruby_integer_map | Integer#map method to run a block multiple times |
69 | 161,360 | 102,910 | sixarm_ruby_vital | Vital class for debugging, logging, profiling, etc. |
70 | 167,447 | 137,816 | sixarm_ruby_date_time_random | Adds extensions for DateTime#random, Date#random, Time#random |
71 | 167,594 | 102,910 | sixarm_ruby_sign_out_simple | Sign Out methods for a a simple session in a Rails application |
72 | 167,689 | 156,647 | sixarm_ruby_sign_in_simple | Sign In methods for a simple sessions in a Rails application |
73 | 167,849 | 118,143 | sixarm_ruby_xhr_to_xml | XHR to XML request format changer for Ruby On Rails, JQuery, AJAX |
74 | 169,106 | 82,692 | sixarm_ruby_active_record_migration_mock | ActiveRecord migration mock object for testing |
75 | 170,324 | 82,692 | sixarm_ruby_string_replace_between | String#replace_between method to find the index positon after a match |
76 | 170,790 | 137,816 | sixarm_ruby_string_index_after | String#index_after method to find the index positon after a match |