Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | db:drop and some of db:test:purge. | Pat Allan | 2012-06-17 | 8 | -52/+243 |
| | |||||
* | db:create for PostgreSQL pulled out into a class. | Pat Allan | 2012-06-17 | 6 | -36/+99 |
| | |||||
* | db:create for MySQL now much cleaner. | Pat Allan | 2012-06-17 | 6 | -37/+230 |
| | |||||
* | Confirm connection is not established if file exists. | Pat Allan | 2012-06-17 | 1 | -1/+10 |
| | |||||
* | A beginning of sorts. | Pat Allan | 2012-06-17 | 4 | -12/+74 |
| | | | | Minimal implementation that supports db:create SQLite replacement | ||||
* | Work around undiagnosed bug that's draining a relation's bind_values | Jeremy Kemper | 2012-05-31 | 1 | -0/+1 |
| | |||||
* | Fix backward compatibility with stored Hash values. Wrap coders to convert ↵ | Jeremy Kemper | 2012-05-30 | 3 | -15/+51 |
| | | | | serialized values to indifferent access. | ||||
* | Set RACK_ENV to nil in the dbconsole test | Rafael Mendonça França | 2012-05-30 | 1 | -0/+1 |
| | | | | This will fix the travis-ci build | ||||
* | Fix app_generator_test with the changes introduced at | Rafael Mendonça França | 2012-05-30 | 1 | -1/+1 |
| | | | | f4d7af67ffc90f2542afa50c7579fc83ea4f45f2 | ||||
* | Merge pull request #6560 from martinoconnor/generator_fix | Rafael Mendonça França | 2012-05-30 | 1 | -1/+1 |
|\ | | | | | Changed symbol platform to platforms for the commented out call to gem 'therubyracer'. | ||||
| * | Changed symbol platform to platforms for the commented out call to gem ↵ | Martin O'Connor | 2012-05-30 | 1 | -1/+1 |
|/ | | | | | | 'therubyracer'. Dependency.rb expects the symbol to be named :platforms as opposed to platform. RubyMine's inspections indicate that the symbol should be named :platforms. | ||||
* | Merge pull request #6276 from samoli/fix_console_arguments | Rafael Mendonça França | 2012-05-30 | 7 | -132/+182 |
|\ | | | | | Fix various bugs with console arguments and improve test coverage | ||||
| * | Remove support for rails server RAILS_ENV=env-name | Sam Oliver | 2012-05-30 | 2 | -7/+2 |
| | | |||||
| * | Fix various bugs with console arguments. | Sam Oliver | 2012-05-30 | 5 | -125/+180 |
|/ | | | | Allow hyphens in environment names again. | ||||
* | Merge pull request #6477 from steveklabnik/close_discovered_pg_connection | Rafael Mendonça França | 2012-05-30 | 1 | -1/+2 |
|\ | | | | | Properly discover a connection is closed in postgresql_adapter | ||||
| * | Properly discover a connection is closed in postgresql_adapter | Steve Klabnik | 2012-05-24 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | PQstatus doesn't properly test if future operations will succeed. A PQping function is added to libpq in PostgreSQL 9.1, but if we rely on it, everyone on earlier versions of Postgres is out of luck, and the pg gem wouldn't have the 'fix' until the next release. Thanks to @cbrecabarren and @ged for handling all the dirty details. Closes #3392. | ||||
* | | Merge pull request #6556 from lest/patch-1 | Rafael Mendonça França | 2012-05-30 | 4 | -5/+53 |
|\ \ | | | | | | | accept a block in button_to helper | ||||
| * | | accept a block in button_to helper | Sergey Nartimov | 2012-05-30 | 3 | -3/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make possible to use a block in button_to helper if button text is hard to fit into the name parameter, e.g.: <%= button_to [:make_happy, @user] do %> Make happy <strong><%= @user.name %></strong> <% end %> # => "<form method="post" action="/users/1/make_happy" class="button_to"> # <div> # <button type="submit"> # Make happy <strong>Name</strong> # </button> # </div> # </form>" | ||||
| * | | no need to pass an empty block to button_to helper | Sergey Nartimov | 2012-05-30 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #6554 from erichmenge/remove-json-variable | Piotr Sarnacki | 2012-05-30 | 4 | -14/+7 |
|\ \ \ | |/ / |/| | | Remove deprecated ActiveSupport::JSON::Variable. | ||||
| * | | Remove deprecated ActiveSupport::JSON::Variable. | Erich Menge | 2012-05-30 | 4 | -14/+7 |
| | | | |||||
* | | | Merge pull request #6541 from ↵ | Rafael Mendonça França | 2012-05-30 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | | | | | | | | | tjouan/tj/activesupport-fix-tests-requiring-unsafe-umask Make tests pass with umask | ||||
| * | | | Make File#atomic_write tests pass with umask | Thibault Jouan | 2012-05-29 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Assertions on file permissions only pass with some combinations of file create mode and the process file mode creation mask. This mask should be applied on the file create mode before related assertions. | ||||
* | | | | Merge pull request #6555 from schneems/schneems/remove-reload-code | Rafael Mendonça França | 2012-05-30 | 1 | -2/+0 |
|\ \ \ \ | | | | | | | | | | | Remove Unused Route Reloading Code | ||||
| * | | | | remove unused route reloading code | schneems | 2012-05-30 | 1 | -2/+0 |
|/ / / / | | | | | | | | | Since the environment is initialized each time rake is run, routes don't need to be re-loaded. https://github.com/rails/rails/pull/6461#r869953 | ||||
* | | | | Merge pull request #5810 from kennyj/fix_5797 | Aaron Patterson | 2012-05-30 | 4 | -5/+15 |
|\ \ \ \ | | | | | | | | | | | Fix #5797. Error calling dup method on AR model with serialized field | ||||
| * | | | | Fix #5797. Error calling dup method on AR model with serialized field | kennyj | 2012-05-30 | 4 | -5/+15 |
| | | | | | |||||
* | | | | | Merge pull request #6386 from kennyj/fix_logs_name_consistency | Aaron Patterson | 2012-05-30 | 7 | -33/+123 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix logs name consistency. | ||||
| * | | | | | Fix logs name consistency. | kennyj | 2012-05-19 | 7 | -33/+123 |
| | | | | | | |||||
* | | | | | | cut down spaces [ci skip] | Vijay Dev | 2012-05-30 | 1 | -3/+3 |
| | | | | | | |||||
* | | | | | | Revert "Revert "[AR querying guide] Add examples for take(limit), ↵ | Vijay Dev | 2012-05-30 | 1 | -0/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first(limit) and last(limit)"" This reverts commit 5559a2ae98dcda6854f38890025b52edfb2836f5. Reason: These are for selecting multiple objects and there isn't a need to club them with the selecting single objects section, as discussed with the author. | ||||
* | | | | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-05-30 | 19 | -208/+328 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | copy edit the batches docs [ci skip] | Vijay Dev | 2012-05-30 | 1 | -9/+7 |
| | | | | | | |||||
| * | | | | | let's not add too much details upfront in the introduction [ci skip] | Vijay Dev | 2012-05-30 | 1 | -8/+1 |
| | | | | | | |||||
| * | | | | | Revert "[AR querying guide] Add examples for take(limit), first(limit) and ↵ | Vijay Dev | 2012-05-30 | 1 | -48/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | last(limit)" This reverts commit 724d6fa6bb48b61798c223b47dd27155839c40d5. Reason: This is already documented in another section, albeit without the arguments examples. Let's add them in another commit in the appropriate sections [ci skip] | ||||
| * | | | | | some copy edits [ci skip] | Vijay Dev | 2012-05-30 | 1 | -4/+4 |
| | | | | | | |||||
| * | | | | | fix typo in render_template [ci skip] | Brent Vatne | 2012-05-29 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Revert my own commit, didnt notice that this was intentional. [ci skip] | Saulius Grigaliunas | 2012-05-29 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Routing guide: route constraints are anchored by default, remove ^ ↵ | Saulius Grigaliunas | 2012-05-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | character. [ci skip] | ||||
| * | | | | | fix typo on ActiveSupport instrumentation guide [ci skip] | Rafael Magana | 2012-05-29 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | fix example format and add markup in Module#mattr_accessor documentation [ci ↵ | Francesco Rodriguez | 2012-05-29 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | skip] | ||||
| * | | | | | fix typos on migrations guide [ci skip] | Francesco Rodriguez | 2012-05-28 | 1 | -4/+4 |
| | | | | | | |||||
| * | | | | | [contributing guide] add instructions to update fork [ci skip] | Rafael Magana | 2012-05-28 | 1 | -0/+36 |
| | | | | | | |||||
| * | | | | | Added information regarding the schema_migrations table in Active Record ↵ | jordanstaub | 2012-05-28 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | Migrations guide. | ||||
| * | | | | | [AR querying guide] Add examples for take(limit), first(limit) and last(limit) | Rafael Magana | 2012-05-28 | 1 | -0/+48 |
| | | | | | | |||||
| * | | | | | change example on CollectionProxy#delete to accept multiple values | Francesco Rodriguez | 2012-05-28 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Updates Array conversions method documentations and clean ups | Alvaro Pereyra | 2012-05-28 | 1 | -4/+0 |
| | | | | | | |||||
| * | | | | | Adds to Batch processing documentation [ci skip] | Alvaro Pereyra | 2012-05-28 | 1 | -9/+20 |
| | | | | | | |||||
| * | | | | | add ActiveSupport::JSON.decode documentation [ci skip] | Francesco Rodriguez | 2012-05-28 | 1 | -0/+5 |
| | | | | | | |||||
| * | | | | | add example to ActiveSupport::JSON.encode [ci skip] | Francesco Rodriguez | 2012-05-28 | 1 | -1/+4 |
| | | | | | |